Two languages to choose from in the platform login window

Please tell me how to leave only English and French languages ​​in the drop-down list for selecting languages ​​at the very bottom on the right in the login window on the platform, where users write their login and password?

Hi @Vladimir87 . Welcome to the DHIS2 community of practice!

We do not currently support restricting the choice of languages available in the login page, nor do we generally provide the ability to restrict users to certain UI languages. If you’d like, you can request that feature by creating an issue for it on our roadmap planning project: Log in with Atlassian account .

It is possible to modify the login page to remove the language selector entirely if that is of interest. You can refer to the documentation regarding customization of the login page (Developer Manual - DHIS2 Documentation). To remove the language selector, you could download the standard HTML template, remove the <div id='language-select'></div> element, and then reload as custom HTML.

1 Like