Science, asked by nutteyy5989, 1 year ago

What is i18n and L10n?

Answers

Answered by AgarwalSahb
0

Internationalization is the design and development of a product, application or document content that enables easy localization for target audiences that vary in culture, region, or language.  Localization refers to the adaptation of a product, application or document content to meet the language, cultural and other requirements of a specific target market (a locale).”  In other words, i18n allows applications to support and satisfy the needs of multiple locales, thus “enabling” l10n. It is because of i18n that we are able to localize all of the Mozilla project within its pantheon of applications and open the web up to the world!  Believe it or not, the Mozilla project has a long history of using i18n as the base for the L10n of its products. After some digging through the Mozilla doc archives, I found this gem, which briefly discusses the role of i18n and l10n at Mozilla since its inception. Pretty cool, right?  Now, say you wanted to get involved more directly in Mozilla i18n. What could you do? Since a lot of the i18n groundwork has already been laid, it can be difficult finding where one could contribute to this area. After some careful consideration, however, here are some ideas:  Study up on Mozilla i18n (or localizability) infrastructure and write about it in the MDN. Test your localizations for i18n-related bugs, like any character issues (e.g., character input, direction, display, UI real estate, etc.). If you find i18n problems, file those bugs! Talk to the l10n-drivers about where there might be a need.

Similar questions