Localization of Gluu Server Admin UI#
oxAuth contains the following resource bundles:
- messages_en.properties
- messages_bg.properties
- messages_de.properties
- messages_es.properties
- messages_fr.properties
- messages_it.properties
- messages_ru.properties
- messages_tr.properties
These properties files store the translatable text of the messages to be displayed. The default properties file, which is called messages_en.properties, contains the following lines:
.......
login.login=Login
login.register=Register
.......
.......
login.login=S'identifier
login.register=Registre
.......
To add translation for not yet supported languages, just create new properties file in resource folder and name it messages_[language_code].properties, then add language code as supported-locale to the faces-config.xml.