How to internalization in angular?
Answers
Application internationalization is a many-faceted area of development, focused on making applications available and user-friendly to a worldwide audience. This page describes Angular's internationalization (i18n) tools, which can help you make your app available in multiple languages. See the i18n Example for a simple example of an AOT-compiled app, translated into French. Angular and i18n Angular simplifies the following aspects of internationalization: Displaying dates, number, percentages, and currencies in a local format. Translating text in component templates. Handling plural forms of words. Handling alternative text. This document focuses on Angular CLI projects, in which the Angular CLI generates most of the boilerplate necessary to write your app in multiple languages.