Expand description
Localization of strings.
Functions§
- set_
translation - Attempts to set a translated string for the given identifier and language at runtime.
- translate
- Attempts to translate the identifier into the current active language. Returns the same identifier if not available.
- translate_
to - Attempts to translate the identifier into the given language. Returns the same identifier if not available.