The basics - Internationalization with Next.js in 2024 (app router)

preview_player
Показать описание


This series will go from the absolute basics (this video) all the way to advanced, enterprise-level, cross team topics that you've never seen anywhere else.

Continue the series:

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

Great tut - Thanks Paul! - Not sure if the other videos are out yet (will have a look) - Just a quick one... What would be the best way to store the preferred locale in the cookies, so a returning user will not need to keep updating their lang preferences, then maybe in middleware, redirect based on the cookie?

davidlintin
Автор

Good stuff! Thank you for putting out content like this one. Nextjs youtubers tend to not talk about localization extensively. Maybe they think it's not sexy, I dunno, but it certainly helped me understanding the basics.

Pavel-wjgy
Автор

Awesome video. Very clear and detailed. So many videos on that subject on youtube that aren't at this level!  👏

sgruhier
Автор

Great explanation i love this series it does so much clarification thank you👏🏻♥️

OsamaaSayed
Автор

Great stuff. I have a doubt, by default it is on "en" locale but how it will change automatically based the geo location. How to configure that.

Pietro
Автор

Thank you for the Great Tutorial.
A small question tho, how would we handle it if we have an addition logic that lives in the middleware such an auth logic?

AssadRajab-dg
Автор

I was watching the video and I had a doubt, why not use next-intl?

videosDiego
Автор

Very cool video, but one question, why do not use useContext or something similar for the dictionary?

ruasrr
Автор

What is the extension you use in vscode so that the .json appears with those colors?

videosDiego
Автор

How do i store that in cookies? So when i go to other page the value is stored somewhere and it doesnt change back to en.

Dzzjio
Автор

This could have been 5 minutes long. A lot of writing code, that we don't need to watch.

aymanjaber
Автор

how to fix middleware.ts? because of this"matcher: ['/((?!_next).*)']" images is 404 when I replace it with this: "matcher: ['/about/:path*'], " images is okay, but it no longer redirects me to the default lang

kravchenko
visit shbcf.ru