Internationalization in Angular by Ankit Sharma || Angular Conference

preview_player
Показать описание
In this session of the Angular Virtual Conference, you will learn how to make our Angular app available in different languages using Internationalization(i18n). Speaker will create an Angular application and configure it to serve the content in three different languages – English, French, and German. We will also deploy our app to Google Firebase and see how localization works in the production environment.

C# Corner - Global Community for Software and Data Developers

Рекомендации по теме
Комментарии
Автор

How to translate the content which is coming from api

Harish-ffjl
Автор

your messages.xlf and messages.en.xlf are same / can't we use it as a sourceLocale ?
rather than creating two different files for english . as we have to add target similar to source in the messages.en.xlf?

InCircle
Автор

Is there way to internationalization of the module wise project in angular for the lazy loaded different modules

PoojaAgarwal-byhb
Автор

Hi I want this code which you explained in this session .please can you price the link to download that.

bindun
Автор

Understood it. But what about if I want to update my i18n generated file? What if a new label is added and this new field's target language needs to be added in the language file? Should I add it manually? If I run i18n build, it will auto generate the whole file again and I wont be able to paste it like before?

rpiisenh
Автор

Hii, I am having. One json file which is having lot of data. Please help me to implement this using i18n.

santhoshkumari
Автор

Can we dynamically modify the language by changing the language code in the url? If so how to do the routing configuration for existing application. e.g localhost/4200/#/home. Is it possible to render localhost/4200/#/en/home

poongodia
Автор

To run it on local run this command :
ng serve --configuration=fr

where fr is for french, when you run your command, it will by default open french.

InCircle
Автор

Very good explanation... But am getting an error like following:
Project angulartranslator should not have additional property (i18n) in angular.json

ashikRe
Автор

I cloned your code from git ....next what commands I need to give to run that application.please let me know

bindun