Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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).


Panel
titleColorwhite
titleBGColor#D57500
titleGeneral 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.
Tip
titleSections

Child pages (Children Display)
alltrue

Panel
titleColorwhite
titleBGColor#668D3C
titleFeature Details

Internationalization Support - Feature Guide

Panel
titleColorwhite
titleBGColor#668D3C
titleUsage Details

Internationalization Support - User Guide