CMDBuild Forum

Languages list

Hello everyone,

We want the Languages drop down list in the login interface to be limited to a 4 languages subset.

Particularly, we want the drop down list to only show English, Francais, Deutsch, Italiano, and not the full list of available languages.

What changes should we make, and in which files?

 

Thanks!

George

You can not achieve this using the CMDBuild configuration parameters.
CMDBuild show all languages of which finds the localization files (*.json) in the folder [webapp_name] / translations.
As a workaround you can delete the locations that are unnecessary.
CMDBuild Team