-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 8.10
-
Component/s: Translations
-
Tags:
-
Team:AT
-
Sprint:nxAT Sprint 8.4.4
Currently, the login page uses the browser locale, and fallbacks on English translation if not available in messages.
There is no mechanism to force the locale on this page, or to disable some languages, so this could be useful to be consistent with changes for NXP-20317 and NXP-20367.
Sample configuration:
<extension target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="loginScreen"> <loginScreenConfig> <supportedLocales append="true"> <locale>de</locale><!-- German - Germany --> </supportedLocales> </loginScreenConfig> </extension>
You can now force the locale on the login page or disable some languages.