You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: