1 | # @ngx-translate/core
|
2 |
|
3 | ## Overview
|
4 |
|
5 | `@ngx-translate/core` is the primary internationalization (i18n) library for Angular
|
6 | applications, allowing developers to easily implement and manage multiple languages
|
7 | in their projects. With `@ngx-translate/core`, you can dynamically switch languages
|
8 | within the app, seamlessly adapting content to suit various locales.
|
9 |
|
10 | ### Documentation
|
11 |
|
12 | - [Official Documentation](https://ngx-translate.org/)
|
13 | - [Getting Started Tutorial: How to Translate Your Angular App with NGX-Translate](https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-angular-app-with-ngx-translate)
|
14 |
|