Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.ui.web.login.lang.ext--loginScreen

This contribution is part of XML component org.nuxeo.ecm.platform.ui.web.login.lang.ext inside nuxeo-platform-lang-ext-9.10.jar /OSGI-INF/login-screen-config.xml

Extension Point

Extension point loginScreen of component PluggableAuthenticationService.

Contributed Items

  • <loginScreenConfig>
          <supportedLocales append="true">
            <locale>de</locale><!-- German - Germany -->
            <locale>de_DE</locale><!-- German - Germany -->
            <locale>es</locale><!-- Spanish - Spain -->
            <locale>es_ES</locale><!-- Spanish - Spain -->
            <locale>eu_ES</locale><!-- Basque -->
            <locale>fr</locale><!-- French - France -->
            <locale>fr_FR</locale><!-- French - France -->
            <locale>ja_JP</locale><!-- Japanese (Gregorian calendar) - Japan -->
            <locale>nl</locale><!-- Dutch - Netherlands -->
            <locale>nl_NL</locale><!-- Dutch - Netherlands -->
            <locale>sq_AL</locale><!-- Albanian -->
            <locale>sv_SE</locale><!-- Swedish -->
            <locale>zh_CN</locale><!-- Chinese (Simplified) - China -->
          </supportedLocales>
        </loginScreenConfig>

XML Source

<extension point="loginScreen" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <loginScreenConfig>
      <supportedLocales append="true">
        <locale>de</locale><!-- German - Germany -->
        <locale>de_DE</locale><!-- German - Germany -->
        <locale>es</locale><!-- Spanish - Spain -->
        <locale>es_ES</locale><!-- Spanish - Spain -->
        <locale>eu_ES</locale><!-- Basque -->
        <locale>fr</locale><!-- French - France -->
        <locale>fr_FR</locale><!-- French - France -->
        <locale>ja_JP</locale><!-- Japanese (Gregorian calendar) - Japan -->
        <locale>nl</locale><!-- Dutch - Netherlands -->
        <locale>nl_NL</locale><!-- Dutch - Netherlands -->
        <locale>sq_AL</locale><!-- Albanian -->
        <locale>sv_SE</locale><!-- Swedish -->
        <locale>zh_CN</locale><!-- Chinese (Simplified) - China -->
      </supportedLocales>
    </loginScreenConfig>
  </extension>