Internationalization in Angular by Ankit Sharma || Angular Conference

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ส.ค. 2020
  • 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
    www.c-sharpcorner.com
    Conference Website: www.2020twenty.net/angular
  • บันเทิง

ความคิดเห็น • 18

  • @InCircle
    @InCircle 3 ปีที่แล้ว +1

    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?

  • @bindun351
    @bindun351 3 ปีที่แล้ว +1

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

  • @poongodia23
    @poongodia23 2 ปีที่แล้ว

    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

  • @InCircle
    @InCircle 3 ปีที่แล้ว +1

    Sharma ji Chaa Gye !!

  • @dfytq
    @dfytq 2 ปีที่แล้ว

    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?

  • @InCircle
    @InCircle 3 ปีที่แล้ว

    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.

  • @PoojaAgarwal-by1hb
    @PoojaAgarwal-by1hb ปีที่แล้ว

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

  • @akaganimemax3247
    @akaganimemax3247 3 ปีที่แล้ว

    Thanks a lot

  • @monirzaman5366
    @monirzaman5366 ปีที่แล้ว +1

    Great lecture

  • @santhoshkumari6948
    @santhoshkumari6948 2 ปีที่แล้ว

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

  • @ashikRe
    @ashikRe 3 ปีที่แล้ว

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

    • @jokimsampath
      @jokimsampath 3 ปีที่แล้ว +1

      i18n property in angular.json works in angular version >= 9.0, If am not wrong your angular version is

  • @nitinpraksh3494
    @nitinpraksh3494 ปีที่แล้ว

    great work man

  • @hiteshsuthar1097
    @hiteshsuthar1097 ปีที่แล้ว

    ✨👍

  • @bindun351
    @bindun351 3 ปีที่แล้ว

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

  • @ShubhamPatil-wx2xx
    @ShubhamPatil-wx2xx 2 ปีที่แล้ว

    Please share source code link