#16 Angular Internationalization

Опубликовано: 26 Июнь 2026
на канале: Mr Architect(Software)
406
5

Internationalization (i18n) is a must required feature for any modern web application. Internationalization enables the application to target any language in the world

Commands:
1. ng add @angular/localize
2. ng extract-i18n --output-path src/locale
3. ng build localize
4. http-server –p 4800