- What is your product version? -> 8.1
- What is your product type (Angular or MVC)? -> Angular
- What is product framework type (.net framework or .net core)? -> .net core
Hi guys,
we just recently moved our whole dashboard to the customizable dashboard. Unfortunately something is not working with the localization of our custom widgets in the widget selection.
It just shows the localized string key defined in DashboardConfiguration.cs. All of our localized string keys are insinde an xml located in .Core/Localization (the standard localization keys of the widgets, which came with ASP.NET zero, are inside there too and the localization works perfectly with those). Are there some more important locations that we ignored?
Looking forward to your suggestions, thanks!
2 Answer(s)
-
0
Hi,
Does that happens with the widget names ? Could you check this commit https://github.com/aspnetzero/aspnet-zero-core/commit/9dd5f45023c047207a9581c91d9325c744a29b21 to see if it fixes the problem for you ?
If not, could you share the part in your html code which causes the localization problem ?
Thanks,
-
0
Hey,
that solved the issue for me, thank you very much.