Platform.uiLanguage - multiple declarations

Function Platform.uiLanguage

returns currently selected UI language code

Prototype

string uiLanguage() @property;

Function Platform.uiLanguage

set UI language (e.g. "en", "fr", "ru") - will relayout content of all windows if language has been changed

Prototype

Platform uiLanguage(
  string langCode
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0