Skip to content

How to localize interface

PhantomYdn edited this page Oct 24, 2014 · 1 revision

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