How to change language of program and menu?

How to change language of program and menu?

Hi,
You can find the information of how to localize your CUBA-application here: [url=https://doc.cuba-platform.com/manual-6.2/localization.html?_ga=1.202284946.2030361064.1466500126]https://doc.cuba-platform.com/manual-6.2/localization.html[/url]

By default the platform supports English and Russian languages.
French, Spanish and German translations are available on Github: [url=https://github.com/cuba-platform/translations]https://github.com/cuba-platform/translations[/url]
Also, there is information of how to create your own translation.

After the localized message packs appear in the project, the corresponding languages could be enabled from the Studio as follows:

  1. Open the project properties editor
  2. Find the Available locales field on the MAIN page
  3. Press the button in that field. The “Locales” dialog should be opened
  4. Press the “+Add” button
  5. Specify the language and its code.
  6. Save the project properties

A locale for the particular user could be selected in the Help → Settings menu
If to enable the 'Locale select visible" option(on the step 5), the language picker will be available on the login form.

Regards.

Hello Dear Rostislav Iskandarov
How to change Mongolian langauge ? Help me

Thank you :slight_smile:

Hi,
By default the platform supports English and Russian languages. The Mongolian localization has not been created yet.
So, if you want to add the Mongolian to your application, you should:

  1. Localize message packs in your application, as described here: [url=https://doc.cuba-platform.com/manual-6.2/localization.html]https://doc.cuba-platform.com/manual-6.2/localization.html[/url]
  2. Enable the language, as described in my previous message.