Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What is the process of internationalization ( i18n )?


Asked by Olive Cordova on Dec 05, 2021 FAQ



Internationalization (i18n) is the process of preparing software so that it can support local languages and cultural settings.
Also,
The terms are frequently abbreviated to the numeronyms i18n (where 18 stands for the number of letters between the first i and the last n in the word internationalization, a usage coined at Digital Equipment Corporation in the 1970s or 1980s) and L10n for localization, due to the length of the words.
In this manner, What Is Internationalization (I18n)? Internationalization, often abbreviated as i18n, is the process through which products can be prepared to be taken to other countries. It doesn’t just mean being able to change languages.
Besides,
The above process is known is Internationalization (I18N). We can implement Internationalization by using the following 3 classes: System.out.println ("How are you?"); Explanation: If we want that this program needs to display these same messages for people living in ITALY and SPAIN.
Next,
Both in re-engineering an existing software or designing a new internationalized software, the first step of internationalization is to split each potentially locale-dependent part (whether code, text or data) into a separate module.