Nidhi Rathee
Nidhi Rathee

Reputation: 1

Setting up i18n in Angular 17 for Multi-Language Support

I'm currently working on an Angular 17 application and I'm looking to implement internationalization (i18n) to support multiple languages. Specifically, I need to set up a dropdown in my application that allows users to select their preferred language, and upon selection, the entire application should be translated accordingly.

I've been searching for resources or tutorials on how to achieve this in Angular 17, but most of the information I've found seems to be for older versions of Angular or doesn't cover the specifics I need.

Can someone provide guidance or point me in the right direction on how to set up i18n in Angular 17 for multi-language support? Any recommendations for libraries, tutorials, or best practices would be greatly appreciated. Github repo link for how I want to use localisation -https://github.com/nidhi-rathee/i18n-angular17

Upvotes: 0

Views: 2071

Answers (0)

Related Questions