Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TWeinsberg opened this issue Jun 15, 2021 · 0 comments
Open

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

TWeinsberg opened this issue Jun 15, 2021 · 0 comments

Comments

@TWeinsberg
Copy link

TWeinsberg commented Jun 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant