What is internationalization and how to implement it in angular js?
Answer / Maneesh Kumar Gautam
Internationalization (i18n) refers to the process of designing a software application so that it can be adapted to various languages, regions, and cultural conventions. In AngularJS, i18n can be implemented using the $filter('locale') filter along with corresponding locale data files. The locale data files contain translations for different languages.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use angular datepicker in angular 5/4 applications?
What is routing in angular 2?
What is angular cli command?
What is httpclient?
What is ngdobootstrap?
Why is mvc used?
What is tree shaking in angular?
What is providers in angular?
What is a dom in angular 2?
What is the global api in angularjs?
What is the difference between structural and attribute directives in angular?
What is service factory?