[New feature] Internationalization in web applications (i18n)

We released internationalization support in web applications.

  1. To start define languages in i18 section of your web application:

  2. Define translation keys/labels:

  3. Use your translation keys in your UI in predefined format {{key}}

  4. To preview language versions use lang selector in designer

  5. To change locale in runtime use BP blocks:

Make sure to use adequate number of languages and translation keys, since all translations are included into the bundle by default.

2 Likes

Sounds great!
Could you please tell me how to translate the column names in the table? So far I have it like this:
Безымянный
Can this service be used to translate words on the backend? I understand that in order to work on the backend it is also necessary to fill the key table in i18n and in the process also use words with double brackets, e.g. {{Name}}?


Will be added to the next release for production

1 Like

Thank you for your feedback, looking forward to it

Thank you so much! I’ll be looking forward to it!