Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/intl/docs/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 902 B image not shown  

Quelle  index.rst   Sprache: unbekannt

 
====================
Internationalization
====================

Internationalization (`"i18n"`) is a domain of computer science focused on making
software accessible across languages, regions and cultures.
A combination of those is called a `locale`.

On the most abstract level, Gecko internationalization is a set of algorithms,
data structures and APIs that aim to enable Gecko to work with all human scripts and
languages, both as a UI toolkit and as a web engine.

In order to achieve that, i18n has to hook into many components such as layout, gfx, dom,
widget, build, front-end, JS engine and accessibility.
It also has to be available across programming languages and frameworks used in the
platform and front-end.

Below is a list of articles that introduce the concepts necessary to understand and
use Mozilla's I18n APIs.

.. toctree::
   :maxdepth: 1

   locale
   dataintl
   icu
   icu4x

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]