How to localize interface - OrienteerBAP/Orienteer GitHub Wiki

Orienteer storing localization in DB. There is a system class called OLocalization.

To localize you should:

  1. Visit place where you wish to have localization. System will create required resource keys in OLocalization automatically.
  2. Goto OLocalization and find required keys.
  3. Modify property "value" as required and mark it active.

Limitations

Currently, system restart required to take effect after localization. Related Issue