Use the following Angular tasks to internationalize your project.
After you prepare your project for an international audience, use the Angular CLI to localize your project. Complete the following tasks to localize your project.
Create an adaptable user interface for all of your target locales that takes into consideration the differences in spacing for different languages. For more details, see How to approach internationalization.
To prepare your project for translations, you should have a basic understanding of the following subjects.
Learn how to add the Angular Localize package to your project
Refer to locales by IDLearn how to identify and specify a locale identifier for your project
Format data based on localeLearn how to implement localized data pipes and override the locale for your project
Prepare component for translationLearn how to specify source text for translation
Work with translation filesLearn how to review and process translation text
Merge translations into the applicationLearn how to merge translations and build your translated application
Deploy multiple localesLearn how to deploy multiple locales for your application
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/guide/i18n-common-overview