Platform.uiLanguage - multiple declarations

Function Platform.uiLanguage

returns currently selected UI language code

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

Platform uiLanguage(
  string langCode
) @property;