Premium support for our pure JavaScript UI components
we are using so called plugins in different context situations, i.e.
- Gantt
- Grid
setting the LocaleManager.locale i.e. for Gantt and using in the plugin the elements from Grid leads to missing translations/localizations.
Is there a way to set several LocalManager.locale ? (we tried to set both of them but this in the main context does not work)
pincherhgz wrote: ↑Fri Jul 04, 2025 8:55 am
we are using so called plugins in different context situations, i.e.
- Gantt
- Grid
setting the LocaleManager.locale i.e. for Gantt and using in the plugin the elements from Grid leads to missing translations/localizations.
Is there a way to set several LocalManager.locale ? (we tried to set both of them but this in the main context does not work)
If you use this.L()
from a Feature, it will look at localization keys for that feature class name. Not for the client.
Maybe you are looking for this.client.L()