Westwind.Globalization icon indicating copy to clipboard operation
Westwind.Globalization copied to clipboard

Net45 LocalizationAdmin/index.html getting no 'resources'

Open TWeinsberg opened this issue 4 years ago • 0 comments

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,", ""); [ Westwind1 Westwind2

](url) Thx Thomas

TWeinsberg avatar Jun 15 '21 14:06 TWeinsberg