Westwind.Globalization
Westwind.Globalization copied to clipboard
Net45 LocalizationAdmin/index.html getting no 'resources'
Hi,
example sourcecode "Westwind.Globalization.Sample.csproj"
Problem found in "DbResXConverter.cs" on line 942 public Dictionary<string, object> GetResourcesNormalizedForLocale(ResourceManager resourceManager, string localeId)
String "localeID" is filled with "auto,de" But cannot deduce the origin. I have temporary fixed with:
localeId = localeId.Replace("auto,", "");
[
](url) Thx Thomas