-
How do i get the header title in the Admin modules translated. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 12 replies
-
@HonesDK #3117 should fix the issue you raised above... it appears that although the translations from SharedResources.resx were being used properly in the Admin Dashboard, the logic in the Module Title control was missing. |
Beta Was this translation helpful? Give feedback.
-
@leigh-pointer were you aware of this issue? I am just curious if I am missing something as I am surprised this has not been reported previously. |
Beta Was this translation helpful? Give feedback.
-
@HonesDK thank you very much for identifying where localization issues exist. I do not believe that anyone has done a thorough localization review in recent releases, so it is not surprising that there are some missing keys, etc... The good news is that these are relatively simple issues to resolve - in fact @leigh-pointer has already addressed most of them in the past 12 hours - so they will be included in the upcoming 4.0.2 release. |
Beta Was this translation helpful? Give feedback.
-
@leigh-pointer you cannot use the Localizer in this scenario as the Localizer service has not yet been instantiated. This throws a null reference. We will need to look through your recent PR to revert any of these changes.
|
Beta Was this translation helpful? Give feedback.
-
Now this error is gone. |
Beta Was this translation helpful? Give feedback.
@HonesDK thank you very much for identifying where localization issues exist. I do not believe that anyone has done a thorough localization review in recent releases, so it is not surprising that there are some missing keys, etc... The good news is that these are relatively simple issues to resolve - in fact @leigh-pointer has already addressed most of them in the past 12 hours - so they will be included in the upcoming 4.0.2 release.