🔴 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
@shivankchaudhary61079 ай бұрын
One of the most thorough explanations based on actual project scenarios. Very helpful, buddy. Keep it up.
@RoadsideCoder9 ай бұрын
Thanks a ton!
@alextruong18266 ай бұрын
I LOVE YOUR TUTORIALS!!! Straight to the points, clean, clear and updated (let alone you always have cherries on top)!!! Thanks a million!!!
@RoadsideCoder6 ай бұрын
Thanks man! Appreciated.
@joneugster40417 ай бұрын
Thank you for this tutorial. I had 2-3 shots at setting up i18next correctly, but always failed until I found your video!
@Khedhar10810 ай бұрын
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 : ""
@y3h1_8 ай бұрын
I love these tutorials. Clean and precise. Thank you
@SemicolonGuy10 ай бұрын
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
@RoadsideCoder10 ай бұрын
Yes, Right !
@anav.r.25322 ай бұрын
On all accounts, we says true, there is no other tutorial like this one in KZbin.
@Mitalikhandelwal-y1f8 ай бұрын
quite descriptive and useful video ... keep it up💛
@olegpupkin68925 ай бұрын
Great!!! Thats what i was searching for!
@luchonieves5 ай бұрын
What a great video brother, I understood everything thanks to you! Keep it up 😎
@RoadsideCoder5 ай бұрын
Glad to hear it!
@akashpatil904310 ай бұрын
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
@RoadsideCoder10 ай бұрын
Thanks man 💖
@SINGH-jp6ju7 ай бұрын
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?
@VinayakPhal5 ай бұрын
Use some translation tools which can automatically translate using service like Google translate. And all the best with translated locale.
@VinayakPhal5 ай бұрын
Or you can give to any ai tool to translate it into another language.
@devascriptАй бұрын
You are the best (AADMI) on the entire youtube 🧡
@OzzinhoTV5 ай бұрын
My maaaan! You just won a new suscriber!!!! thx
@_TamannaTahsin_A5 ай бұрын
handsdown the best tutorial
@nicatqarayev234810 ай бұрын
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.
@nicatqarayev234810 ай бұрын
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?
@serhatpeker64312 ай бұрын
this is a masterpiece! 💥
@growwithdesign8 ай бұрын
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.
@RoadsideCoder8 ай бұрын
I have demonstrated RTL as well
@tomasburian65502 ай бұрын
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.
@ArshadKhan-vn9sn4 ай бұрын
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?
@mostafamohammady88099 күн бұрын
great but when i have two style and and i want switch beween then what can i do in this case ?
@jaroslavfilo44204 ай бұрын
Thank you very much. You helped me a LOT!
@RoadsideCoder4 ай бұрын
You are welcome!
@mohammadabbas162310 ай бұрын
U always come up with new content
@houriayaseen54879 ай бұрын
I have subscriped just cuz of the awesome explanation 🔥
@RoadsideCoder9 ай бұрын
Welcome aboard!
@growwithdesign8 ай бұрын
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?
@Jacky-rc6mu3 ай бұрын
best tutorial ever watch
@giorgikiladze11518 ай бұрын
thank you, tutorial was helpful
@auslanderwichtig406010 ай бұрын
Best Chanel for frontend developers
@RoadsideCoder10 ай бұрын
💖
@wannapaing19973 ай бұрын
thank a lot, guy, it will helpful a lot.
@alchemist42168 күн бұрын
what if there is maping it does not work on maping
@HigherStudyAspirant8 ай бұрын
what if we get the translation from backend API, how to map in that case?
@ajayks38153 ай бұрын
bro using this we can only translate static texts?
@pupil_19 ай бұрын
can you make one more video , like by using API instead of storing in forntend
@asghani21439 ай бұрын
I am getting error text content does not match server-rendered html. It happened when I tried to make separate files for different components
@MohamedAymanpro5 ай бұрын
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.
@kondraramesh8 ай бұрын
please do video on auto generate translation.json using npm package
@MrColins7109 ай бұрын
The best lessons ever. Greetings from Ukraine.
@abhaypatil588010 ай бұрын
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
@xtech58819 ай бұрын
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..
@manekedark9 ай бұрын
you need to use async/await or RxJS
@dailydoseof.ishowspeed6 ай бұрын
Wait, do I have to rewrite all the translations content manually?
@RoadsideCoder6 ай бұрын
Yes, all websites do
@nishachapte710 ай бұрын
Amazing Thanks
@mostafizurrahmanchowdhury90184 ай бұрын
Is it work for also next.js?
@prashlovessamosa10 ай бұрын
Thanks for sharing.
@rahil157510 ай бұрын
I am using the usetranslation with in a usestate hook and it is not working . Can you suggest anything reg this
@RoadsideCoder10 ай бұрын
can you show me your code
@_Elfaro3 ай бұрын
So i need to translate every sentence and word in my app even if it's freaking big?
@RoadsideCoder3 ай бұрын
that's how every app does it
@akashpatil90439 ай бұрын
Bhai leken agar Data API se aaraha horo usko kaise change karenge ?🤔
@nikhilgowda751110 ай бұрын
Continue DSA series
@havefun551910 ай бұрын
An informative tut video
@idontknowWhatTosay88 ай бұрын
good tut but still didnt got how to translate words from api..
@udittyagi923810 ай бұрын
Superb video ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
@soundhirarajk956510 ай бұрын
Thanks for sharing...
@muhammadabozaid83197 ай бұрын
very good 😃
@harratabdelmalek20628 ай бұрын
I love u man ❤
@naufalnasrullah696510 ай бұрын
nice video sir
@KartikKatwal3 ай бұрын
not for large websites
@anilkumarjena679310 ай бұрын
When Change the language, How to change also time in our website..
@RoadsideCoder10 ай бұрын
Check this out - www.i18next.com/translation-function/formatting
@rajeevnathverma7877Ай бұрын
How they read data from public folder for en, fr and hi language without change any settings?
@jacquelynecarmen9 ай бұрын
so we need to write our whole app in multi lang?
@RoadsideCoder9 ай бұрын
yes
@manojsatwase10 ай бұрын
make a video on polyfill useState hook From Scratch
@RoadsideCoder10 ай бұрын
Sure! I will!
@akashpatil904310 ай бұрын
Bhai leken iske state ko mamage kaise karke rakhe, agar page ko koi reload kare to ?
@RoadsideCoder10 ай бұрын
i18n will automatically persist the state by using localstorage
@akashpatil904310 ай бұрын
Thanx bhai sone me suhaga bhai 😁
@vkchauhangoldy10686 ай бұрын
@RoadsideCoder on page refresh language is changing to en in local storage
@aashish_stanl8 ай бұрын
how many years of experience do you have brother?
@RoadsideCoder8 ай бұрын
3
@pranupranav55633 ай бұрын
Translator❌ Hashmap✅
@Ganesh-ld8ph10 ай бұрын
2000 years latter 😂
@Ankit-01-0110 ай бұрын
Name the extension to auto import react components
@RoadsideCoder10 ай бұрын
ES7+ React/Redux/React-Native snippets
@Ankit-01-0110 ай бұрын
@@RoadsideCoder not working
@RoadsideCoder10 ай бұрын
@@Ankit-01-01 just search it in extensions tab of VS Code
@rishiraj254810 ай бұрын
Good day greetings
@RinguRajaTemp7 ай бұрын
Github repo link please
@RoadsideCoder7 ай бұрын
In the description
@rmrm-nk1ii10 ай бұрын
👏
@ShivamKumar-xv5ch10 ай бұрын
company m yhi krna h talk about timing
@RoadsideCoder10 ай бұрын
Hahah great! Dont forget to share 🤓
@sauravraj684010 ай бұрын
main ye already use kiya hoon apne project me😅
@RoadsideCoder10 ай бұрын
great!
@awais_ansarii10 ай бұрын
❤
@rubynathanrubynathan287510 ай бұрын
Hi bro
@RoadsideCoder10 ай бұрын
Hey
@powercircuitacademy10 ай бұрын
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
@sayamrahmanrobin29697 ай бұрын
BEST
@kuldeepchouhan014310 ай бұрын
LinkedIn id :
@RoadsideCoder10 ай бұрын
www.linkedin.com/in/piyush-eon/
@anilkumarjena679310 ай бұрын
When Change the language, How to change also time in our website..
@SemicolonGuy10 ай бұрын
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