diff --git a/src/data/roadmaps/angular/content/localize-package@W8OwpEw00xn0GxidlJjdc.md b/src/data/roadmaps/angular/content/localize-package@W8OwpEw00xn0GxidlJjdc.md index 5b4e59da2..47d3d2dcf 100644 --- a/src/data/roadmaps/angular/content/localize-package@W8OwpEw00xn0GxidlJjdc.md +++ b/src/data/roadmaps/angular/content/localize-package@W8OwpEw00xn0GxidlJjdc.md @@ -1 +1,9 @@ -# Localize Package \ No newline at end of file +# Localize Package + +To take advantage of the localization features of Angular, use the Angular CLI to add the `@angular/localize` package to your project. If `@angular/localize` is not installed and you try to build a localized version of your project (for example, while using the i18n attributes in templates), the Angular CLI will generate an error, which would contain the steps that you can take to enable i18n for your project. + +Visit the following resources to learn more: + +- [@official@Angular Official Docs - Add the localize package](https://angular.dev/guide/i18n/add-package) +- [@video@Learn to Internationalize Your Angular Apps with @angular/localize](https://www.youtube.com/watch?v=5h7HPY1OMfU) +- [@video@Multi-Language Support in Angular: A Guide to Localization and Internationalization](https://www.youtube.com/watch?v=ouI21AyJ9tE)