Angular 16 Tutorial - Internationalization (i18n) with Json Data #16

In this video, you will learn how to configure angular 16 project to support Internationalization i18n to convert contstant data into different languages.
#angular16 #i18n #internationalization #localization
React tutorials:
• React.js Tutorials
JavaScript Tutorials and Projects:
• JavaScript Tutorial an...
Angular Tutorials:
• Angular 16 Life Cycle ...
Tech Tutorials - Random:
• Postman Tutorial - Tes...
Complete Next.js 13 Crash Course: • Next.js 13 Tutorials -...
Node Express MongoDB Bootcamp: • Build REST API with No...
ChatGPT Tutorials: • ChatGPT
Contact us for development services:
/ umair-jameel-24aa5368

Пікірлер: 15

  • @jakubliska4730
    @jakubliska47304 ай бұрын

    why would you use two different libraries for i18n? you've installed both @angular/localize and ngx-translate, that seems redundant...

  • @blokche_dev
    @blokche_dev7 ай бұрын

    Useful! Thanks for sharing.

  • @LexMadafaka
    @LexMadafaka5 ай бұрын

    Best video so far for Angular localization. Thanks.

  • @ashutoshbisoyi8074
    @ashutoshbisoyi80746 ай бұрын

    Thanks!

  • @md.isahaqali5734
    @md.isahaqali57344 ай бұрын

    why do you add localize package? it can be done just using ngx-translate package. please explain?

  • @user-fu1op6un2y
    @user-fu1op6un2y2 ай бұрын

    translate pipe kha se ayi ?

  • @ademferchichi1408
    @ademferchichi1408Ай бұрын

    thank you

  • @mahdiandalib186
    @mahdiandalib1864 ай бұрын

    thx man, plz create a full web using angular for example a landing or news web using angular where we could change the data from admin panel..

  • @AnkitKumar-fn8xf
    @AnkitKumar-fn8xfАй бұрын

    Can you share a template for i18n with Angular 17 please?

  • @LarsRyeJeppesen
    @LarsRyeJeppesen4 ай бұрын

    Anyone knows if it's possible to split the translation files? Our project translation files becomes absurdly large, and we'd like to split it

  • @LarsRyeJeppesen

    @LarsRyeJeppesen

    4 ай бұрын

    Back, it's not. Oh eell

  • @abhisarrastogi
    @abhisarrastogi4 ай бұрын

    By default there is no app.module in new projects that are created using angular version 16, since it's an standalone application where to provide translate module settings?

  • @LarsRyeJeppesen

    @LarsRyeJeppesen

    4 ай бұрын

    Did you figure it out? You should not require any settings for i18n to work, if you have configured the angular.json correctly

  • @abhisarrastogi

    @abhisarrastogi

    4 ай бұрын

    @@LarsRyeJeppesen yeah thanks..I got that 👍

  • @LarsRyeJeppesen

    @LarsRyeJeppesen

    4 ай бұрын

    @@abhisarrastogi cool, great to hear