I have a working extension which adds a few menu items across most LO components. Those menu items are “hard coded” in English language. Now I want to extend the language of those added menu items (well, at least a few languages), so it can follow the general UI language of the LO itself as it happens to be at one moment or the other.
I mean (hypothetical examples):
- English UI for LO ? => extension’s menu also in English
- French UI for LO ? => extension’s menu also in French by using its built-in translation
- German UI for LO ? => extension’s menu also in German by using its built-in translation
- …
- [some language that is not available also for extension] UI for LO ? => extension’s menu fallback in English
Is this possible ? If yes, some tutorial on this ?