On this page
Angular Internationalization
Internationalization , sometimes referenced as i18n, is the process of designing and preparing your project for use in different locales around the world. Localization is the process of building versions of your project for different locales. The localization process includes the following actions.
- Extract text for translation into different languages
- Format data for a specific locale
A locale identifies a region in which people speak a particular language or language variant. Possible regions includes countries and geographical regions. A locale determines the formatting and parsing of the following details.
- Measurement units including date and time, numbers, and currencies
- Translated names including time zones, languages, and countries
Learn about Angular internationalization
Learn how to implement many of the common tasks associated with Angular internationalization.
Optional practicesLearn how to implement optional practices associated with Angular internationalization.
Internationalization exampleReview an example fo Angular internationalization.
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/guide/i18n-overview