How to localize interface - OrienteerBAP/Orienteer GitHub Wiki
Orienteer storing localization in DB. There is a system class called OLocalization.
To localize you should:
- Visit place where you wish to have localization. System will create required resource keys in OLocalization automatically.
- Goto OLocalization and find required keys.
- Modify property "value" as required and mark it active.
Limitations
Currently, system restart required to take effect after localization. Related Issue