RickStrahl / Westwind.Globalization

Database driven resource localization for .NET applications
544 stars 135 forks source link

Net45 LocalizationAdmin/index.html getting no 'resources' #213

Open TWeinsberg opened 3 years ago

TWeinsberg commented 3 years ago

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