Interface i18n

Hi CUBA team,

There is a filter component on the standard screen of an entity said “Customer”.

There is a button with caption “Search” inside the filter component. Is there a way to localize the “Search” caption into eg. “
???”? Is there a standard way to fully localize all component’s components’ caption?

Hi Adam,

yes it is. Everything on the UI can be localized. Here’s the official Github repository where the translations for different languages are stored.

It basically overrides the different properties files in your project that are stored in the platform dependencies. An example of such a file is here.

Probably you can just follow the instructions on the translation repository .

Bye,
mario

1 Like