Avoid looking for en-US culture resources

This commit is contained in:
hishamco
2020-09-29 18:50:06 +03:00
parent 468327d597
commit 52d1d5841e
4 changed files with 17 additions and 6 deletions

View File

@ -59,5 +59,7 @@ namespace Oqtane.Shared
public static readonly string[] InvalidFileNameEndingChars = { ".", " " };
public static readonly string StalliteAssemblyExtension = ".resources.dll";
public static readonly string DefaultCulture = "en-US";
}
}