hard codes the en-US language until we get rid of ui calls.

This commit is contained in:
Shannon
2016-03-10 18:35:29 +01:00
parent 5659f8d3f7
commit a26bb336f1

View File

@@ -52,6 +52,7 @@ namespace umbraco
private static string GetLanguage()
{
return "en-US";
throw new NotImplementedException("NOTHING WILL WORK UNTIL WE REPLACE ALL USAGES OF THE ui CLASS");
}