React Multi Language App - i18next Tutorial with React JS

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 114

  • @RoadsideCoder
    @RoadsideCoder  11 месяцев назад +1

    🔴 Get my Complete Frontend Interview Prep course - roadsidecoder.com/course-details
    🧑‍💻 Source Code - github.com/piyush-eon/i18next-tutorial-yt
    ➡ Book an Interview Preparation call with me ( 20% OFF for limited time ) - topmate.io/roadsidecoder

    • @vishukusuma184
      @vishukusuma184 6 дней назад

      I just watched your "Multi-Language Implementation" RUclips video, and I thought it was really informative. However, since all of the data is dynamically retrieved from the backend, I am having trouble with the multi-language configuration.
      Would you kindly explain or offer advice on how to manage translations for this kind of dynamic data? In particular, how should the backend replies be organized to provide smooth frontend multilingual integration?

  • @shivankchaudhary6107
    @shivankchaudhary6107 10 месяцев назад +10

    One of the most thorough explanations based on actual project scenarios. Very helpful, buddy. Keep it up.

  • @Khedhar108
    @Khedhar108 11 месяцев назад +2

    i18next configuation : "6:08"
    same key for same content but in different languages : "8:00"
    useTanslation hook with key : "9:07" translating object : "16:56"
    changing data dynamically coming in json format from backend - interpolation {{channel}} : "20:22"
    apply styling dynamic data Trans : "22:04"
    different languages translation in different files : "25:25"
    task : make translation json file for different pages : ""

  • @alextruong1826
    @alextruong1826 7 месяцев назад +2

    I LOVE YOUR TUTORIALS!!! Straight to the points, clean, clear and updated (let alone you always have cherries on top)!!! Thanks a million!!!

  • @tomasburian6550
    @tomasburian6550 3 месяца назад +2

    There is something you overlooked, I can't believe nobody else noticed; when using language detector, browsers don't return language in two-letter format, they return something like en-US, so you can't have your languages' names just with two letters, you gotta use the full identification code.

  • @joneugster4041
    @joneugster4041 8 месяцев назад

    Thank you for this tutorial. I had 2-3 shots at setting up i18next correctly, but always failed until I found your video!

  • @anav.r.2532
    @anav.r.2532 3 месяца назад +2

    On all accounts, we says true, there is no other tutorial like this one in RUclips.

  • @SemicolonGuy
    @SemicolonGuy 11 месяцев назад +1

    This is something which we all should do irrespective of project requirements. Even if we don’t need internationalisation in our app, we should define existing texts in this manner only.
    It will benefit in scaling the project

  • @y3h1_
    @y3h1_ 9 месяцев назад +1

    I love these tutorials. Clean and precise. Thank you

  • @Mitalikhandelwal-y1f
    @Mitalikhandelwal-y1f 9 месяцев назад +1

    quite descriptive and useful video ... keep it up💛

  • @devascript
    @devascript 2 месяца назад

    You are the best (AADMI) on the entire youtube 🧡

  • @luchonieves
    @luchonieves 6 месяцев назад

    What a great video brother, I understood everything thanks to you! Keep it up 😎

  • @olegpupkin6892
    @olegpupkin6892 6 месяцев назад

    Great!!! Thats what i was searching for!

  • @_TamannaTahsin_A
    @_TamannaTahsin_A 6 месяцев назад

    handsdown the best tutorial

  • @akashpatil9043
    @akashpatil9043 11 месяцев назад

    Bhai be lated happy birthday, or mai yahi dekhna cahata tha apne product me use karne ke leye, dashboard ke leye foreign clients ke leye 😊. Thanx bro

  • @OzzinhoTV
    @OzzinhoTV 6 месяцев назад

    My maaaan! You just won a new suscriber!!!! thx

  • @auslanderwichtig4060
    @auslanderwichtig4060 11 месяцев назад

    Best Chanel for frontend developers

  • @SINGH-jp6ju
    @SINGH-jp6ju 8 месяцев назад +3

    So, if I have a large website, I will have to put in a lot of effort to translate each line of content into a different language. So, can you suggest any other approach that is simple and converts my full website language into the required language?

    • @VinayakPhal
      @VinayakPhal 6 месяцев назад

      Use some translation tools which can automatically translate using service like Google translate. And all the best with translated locale.

    • @VinayakPhal
      @VinayakPhal 6 месяцев назад

      Or you can give to any ai tool to translate it into another language.

  • @serhatpeker6431
    @serhatpeker6431 3 месяца назад

    this is a masterpiece! 💥

  • @jaroslavfilo4420
    @jaroslavfilo4420 5 месяцев назад

    Thank you very much. You helped me a LOT!

  • @Jacky-rc6mu
    @Jacky-rc6mu 4 месяца назад

    best tutorial ever watch

  • @nicatqarayev2348
    @nicatqarayev2348 11 месяцев назад +4

    So how do they translate the data coming from the API? Most of the time, words like .../en .../fr .../hi are added to the end of the url. Is this because these words are added to the API endpoints? In other words, when a request is made to /en, English data is received, and when a request is made to /fr, French data is received.

    • @nicatqarayev2348
      @nicatqarayev2348 11 месяцев назад +1

      If it is done as I think, data should be added in 3 languages in the dashboard, right? Can you explain how these things are done in real life?

  • @houriayaseen5487
    @houriayaseen5487 10 месяцев назад

    I have subscriped just cuz of the awesome explanation 🔥

  • @growwithdesign
    @growwithdesign 9 месяцев назад

    Also, for your future videos, for arabic - it's not just the language, but the layout also changes RTL. Please demonstrate how can we also change the layout for RTL.

    • @RoadsideCoder
      @RoadsideCoder  8 месяцев назад

      I have demonstrated RTL as well

  • @vishukusuma184
    @vishukusuma184 6 дней назад

    I just watched your "Multi-Language Implementation" RUclips video, and I thought it was really informative. However, since all of the data is dynamically retrieved from the backend, I am having trouble with the multi-language configuration.
    Would you kindly explain or offer advice on how to manage translations for this kind of dynamic data? In particular, how should the backend replies be organized to provide smooth frontend multilingual integration?

  • @MrColins710
    @MrColins710 10 месяцев назад

    The best lessons ever. Greetings from Ukraine.

  • @giorgikiladze1151
    @giorgikiladze1151 9 месяцев назад

    thank you, tutorial was helpful

  • @wannapaing1997
    @wannapaing1997 4 месяца назад

    thank a lot, guy, it will helpful a lot.

  • @growwithdesign
    @growwithdesign 9 месяцев назад

    Hello. Thankyou for making this tutorial. I have a question. My components have api file where I am storing information for all my grid child elements. Now, how do I assign language translations to them inside my api file?

  • @mohammadabbas1623
    @mohammadabbas1623 11 месяцев назад

    U always come up with new content

  • @ArshadKhan-vn9sn
    @ArshadKhan-vn9sn 5 месяцев назад

    Very nice but for large content website we need to add all translation in our react js do we have any library so that atleast 60-70 percent of translation it can handle and for some content which is not getting translated we can translate it?

  • @pupil_1
    @pupil_1 10 месяцев назад

    can you make one more video , like by using API instead of storing in forntend

  • @mostafamohammady8809
    @mostafamohammady8809 Месяц назад

    great but when i have two style and and i want switch beween then what can i do in this case ?

  • @kondraramesh
    @kondraramesh 9 месяцев назад

    please do video on auto generate translation.json using npm package

  • @alchemist4216
    @alchemist4216 Месяц назад

    what if there is maping it does not work on maping

  • @nikhilgowda7511
    @nikhilgowda7511 11 месяцев назад +1

    Continue DSA series

  • @nishachapte7
    @nishachapte7 11 месяцев назад

    Amazing Thanks

  • @prashlovessamosa
    @prashlovessamosa 11 месяцев назад

    Thanks for sharing.

  • @HigherStudyAspirant
    @HigherStudyAspirant 9 месяцев назад

    what if we get the translation from backend API, how to map in that case?

  • @asghani2143
    @asghani2143 10 месяцев назад

    I am getting error text content does not match server-rendered html. It happened when I tried to make separate files for different components

  • @udittyagi9238
    @udittyagi9238 11 месяцев назад

    Superb video ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

  • @harratabdelmalek2062
    @harratabdelmalek2062 9 месяцев назад

    I love u man ❤

  • @xtech5881
    @xtech5881 10 месяцев назад

    This is static data..what about real world scenario like..i have multiple components..booking page..list page and all..then how can we do..this to all component..

    • @manekedark
      @manekedark 10 месяцев назад +2

      you need to use async/await or RxJS

  • @idontknowWhatTosay8
    @idontknowWhatTosay8 9 месяцев назад

    good tut but still didnt got how to translate words from api..

  • @havefun5519
    @havefun5519 11 месяцев назад

    An informative tut video

  • @MohamedAymanpro
    @MohamedAymanpro 6 месяцев назад

    Peace be upon you. I am a user of the i18next website on a site like this, and I am on the page work and i'm creating data in a js spicial file , not a json file, and the data viewer is on the page work with map function. I want to translate the file containing the data. I don't know how to connect it, and there's nothing in it that explains what I mean by it. All that is available is that it translates a sentence or two, not the entire file into a single file. please help.

  • @soundhirarajk9565
    @soundhirarajk9565 11 месяцев назад

    Thanks for sharing...

  • @abhaypatil5880
    @abhaypatil5880 11 месяцев назад

    I am using the same interpolation technique, to chnage the value entered in the Input to be transalted to french but it's not converiting if someone can help I can share my code

  • @muhammadabozaid8319
    @muhammadabozaid8319 8 месяцев назад

    very good 😃

  • @naufalnasrullah6965
    @naufalnasrullah6965 11 месяцев назад

    nice video sir

  • @ajayks3815
    @ajayks3815 4 месяца назад

    bro using this we can only translate static texts?

  • @pranupranav5563
    @pranupranav5563 4 месяца назад +1

    Translator❌ Hashmap✅

  • @KartikKatwal
    @KartikKatwal 4 месяца назад

    not for large websites

  • @_Elfaro
    @_Elfaro 4 месяца назад

    So i need to translate every sentence and word in my app even if it's freaking big?

  • @akashpatil9043
    @akashpatil9043 10 месяцев назад

    Bhai leken agar Data API se aaraha horo usko kaise change karenge ?🤔

  • @ExpoDev_Dash
    @ExpoDev_Dash 18 часов назад

    what could have been a 4 min video .. its 30 min.. wooow

  • @mostafizurrahmanchowdhury9018
    @mostafizurrahmanchowdhury9018 5 месяцев назад

    Is it work for also next.js?

  • @manojsatwase
    @manojsatwase 11 месяцев назад

    make a video on polyfill useState hook From Scratch

  • @rajeevnathverma7877
    @rajeevnathverma7877 2 месяца назад

    How they read data from public folder for en, fr and hi language without change any settings?

  • @asherdotjs
    @asherdotjs 7 месяцев назад

    Wait, do I have to rewrite all the translations content manually?

  • @rahil1575
    @rahil1575 11 месяцев назад

    I am using the usetranslation with in a usestate hook and it is not working . Can you suggest anything reg this

  • @Ganesh-ld8ph
    @Ganesh-ld8ph 11 месяцев назад +3

    2000 years latter 😂

  • @jacquelynecarmen
    @jacquelynecarmen 10 месяцев назад

    so we need to write our whole app in multi lang?

  • @rmrm-nk1ii
    @rmrm-nk1ii 11 месяцев назад

    👏

  • @aashish_stanl
    @aashish_stanl 9 месяцев назад

    how many years of experience do you have brother?

  • @sauravraj6840
    @sauravraj6840 11 месяцев назад

    main ye already use kiya hoon apne project me😅

  • @vkchauhangoldy1068
    @vkchauhangoldy1068 7 месяцев назад

    @RoadsideCoder on page refresh language is changing to en in local storage

  • @rishiraj2548
    @rishiraj2548 11 месяцев назад

    Good day greetings

  • @Ankit-01-01
    @Ankit-01-01 11 месяцев назад

    Name the extension to auto import react components

    • @RoadsideCoder
      @RoadsideCoder  11 месяцев назад

      ES7+ React/Redux/React-Native snippets

    • @Ankit-01-01
      @Ankit-01-01 11 месяцев назад

      @@RoadsideCoder not working

    • @RoadsideCoder
      @RoadsideCoder  11 месяцев назад

      @@Ankit-01-01 just search it in extensions tab of VS Code

  • @akashpatil9043
    @akashpatil9043 11 месяцев назад

    Bhai leken iske state ko mamage kaise karke rakhe, agar page ko koi reload kare to ?

    • @RoadsideCoder
      @RoadsideCoder  11 месяцев назад

      i18n will automatically persist the state by using localstorage

    • @akashpatil9043
      @akashpatil9043 11 месяцев назад

      Thanx bhai sone me suhaga bhai 😁

  • @RinguRajaTemp
    @RinguRajaTemp 8 месяцев назад

    Github repo link please

  • @awais_ansarii
    @awais_ansarii 11 месяцев назад

  • @ShivamKumar-xv5ch
    @ShivamKumar-xv5ch 11 месяцев назад

    company m yhi krna h talk about timing

    • @RoadsideCoder
      @RoadsideCoder  11 месяцев назад

      Hahah great! Dont forget to share 🤓

  • @anilkumarjena6793
    @anilkumarjena6793 11 месяцев назад

    When Change the language, How to change also time in our website..

    • @SemicolonGuy
      @SemicolonGuy 11 месяцев назад

      Generally, We don’t do that in our application. We take the time from browsers which takes it from the Operating system.
      Timezone should be as per users local time and hence we avoid changing it

  • @rubynathanrubynathan2875
    @rubynathanrubynathan2875 11 месяцев назад

    Hi bro

  • @powercircuitacademy
    @powercircuitacademy 11 месяцев назад +1

    Hello bhaiya I create a video for top 10 best youtube channel for web development. And also mention your Channel name. And upload on youtube and Instagram. Because you are best educator for beginners. ❤ thanks bhaiya 🙏 .
    Programming with satyam - my channel name

  • @sayamrahmanrobin2969
    @sayamrahmanrobin2969 8 месяцев назад

    BEST

  • @kuldeepchouhan0143
    @kuldeepchouhan0143 11 месяцев назад

    LinkedIn id :

    • @RoadsideCoder
      @RoadsideCoder  11 месяцев назад

      www.linkedin.com/in/piyush-eon/

  • @anilkumarjena6793
    @anilkumarjena6793 11 месяцев назад

    When Change the language, How to change also time in our website..

    • @RoadsideCoder
      @RoadsideCoder  11 месяцев назад

      Check this out - www.i18next.com/translation-function/formatting