Internationalization Support

Purpose and Benefits

Internationalization provides a way to make the application available in multiple languages.  Internationalization is also referred to as i18n because there are 18 characters between 'i' and 'n' in the word 'internationalization'. Bahmni provides support for internationalization with minimal configuration changes.

All Bahmni pages (Login page, home dashboard, registration etc.) support internationalization through the app config files and Bahmni configurations support internationalization through the locale files.


For Bahmni work in different languages, different parts of it can be configured to offer internationalization support. 

  1. Product Internationalization - Bahmni application code has several static labels that need to be changed to support a different language.
  2. Configuration Internationalization - There are two kinds of configuration types that support internationalization in Bahmni - the bahmni_config files, and OpenMRS data (mainly the concepts).


General Guidelines for Internationalization Support
  1. Internationalization support in Bahmni is available only for languages written from "left to right".
  2. The Bahmni modules that support Internationalization have the key field "translationKey" in configuration files.

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)