hard codes the en-US language until we get rid of ui calls.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user