Localization of Gluu Server Admin UI#
oxAuth contains the following resource bundles:
- oxauth_en.properties
- oxauth_bg.properties
- oxauth_de.properties
- oxauth_es.properties
- oxauth_fr.properties
- oxauth_it.properties
- oxauth_ru.properties
- oxauth_tr.properties
These properties files store the translatable text of the messages to be displayed. The default properties file, which is called oxauth_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.