Add Multi Language Support in Next.js 15 Project

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024
  • Configure next.js 15 with next-intl and support multiple language for texts inside server components, client components and browser tabs. Building project from scratch, installing required packages, configure files, building ui and bind multi-language text on multiple components.
    00:05 Demo
    02:00 Create next.js 15 project
    04:58 Install packages
    05:40 Configurations
    12:30 Configure layout
    17:00 Show language text
    19:40 Build Navbar
    24:00 Build language selector
    30:00 Update browser tabs text
    #i18n #nextjs15 #next-intl #nextjs
    Follow Whatsapp Channel:
    whatsapp.com/c...
    React tutorials:
    • React.js Tutorials
    JavaScript Tutorials and Projects:
    • JavaScript Tutorial an...
    Angular Tutorials:
    • Angular 16 Life Cycle ...
    Docker Tutorials & CI/CD:
    • Docker Tutorials & CI/CD
    Angular 16 Crash Course For Beginners:
    • Angular 16 Crash Course
    Tech Tutorials - Random:
    • Postman Tutorial - Tes...
    Complete Next.js 13 Tutorials: • Next.js 13 Tutorials -...
    Next.js 14 Tutorials:
    • Next.js 14 Tutorials -...
    Node Express MongoDB Bootcamp: • Build REST API with No...
    ChatGPT Tutorials: • ChatGPT
    Join our facebook group:
    / 996305460498149
    Github Repo (Give it a start):
    github.com/uma...
    Contact us for development services:
    / umair-jameel-24aa5368

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

  • @kirilkirchev285
    @kirilkirchev285 26 วันที่ผ่านมา +1

    This video saved my day! After digging the official docs on Vercel and Next-intl and having errors all the the time, this solution worked for me perfect! Thanks a lot !!!!

  • @criswoz3134
    @criswoz3134 หลายเดือนก่อน

    Best video for next js and multi language. in YT ... Thanks a lot!!

  • @HigherStudyAspirant
    @HigherStudyAspirant 2 หลายเดือนก่อน +1

    Thanks. It would be great if you also add the next-auth with intl and explain the multiple middlewares.

  • @amanshaikh3666
    @amanshaikh3666 2 หลายเดือนก่อน

    Amazing! , Thanks for this video sir .

  • @hungnguyentuan1989
    @hungnguyentuan1989 2 หลายเดือนก่อน +1

    How about translate language data when I get data on backend ?

  • @rosaaeri4639
    @rosaaeri4639 หลายเดือนก่อน

    Thank you

  • @nopphadonseangaroon7
    @nopphadonseangaroon7 หลายเดือนก่อน

    how to use middleware lang with clerk auth

  • @andreitverskoi7911
    @andreitverskoi7911 2 หลายเดือนก่อน

    When I add to my component "use client"; then translation does not work anymore(
    Error: MISSING_MESSAGE: Could not resolve `home` in messages for locale `fr`.

    • @ProgrammingwithUmair321
      @ProgrammingwithUmair321  2 หลายเดือนก่อน +1

      Hope you followed my way of implementation. I have shown how to use it in client components.

    • @andreitverskoi7911
      @andreitverskoi7911 2 หลายเดือนก่อน

      My fault. I had getMessages(); instead of await getMessages();
      Thank you very much! Very good video!!!

    • @andreitverskoi7911
      @andreitverskoi7911 2 หลายเดือนก่อน

      Ohh, sorry. I had getMessages(); insted of await getMessages(); =) Thank you very much

  • @aipromptsuk
    @aipromptsuk 25 วันที่ผ่านมา

    what if i want to change urls also mean want to change about based on language localhost:3000/fr/apropos??? 🤔🤔🤔🤔🤔

  • @monkeystylle
    @monkeystylle หลายเดือนก่อน

    how about when the text data comes fetched data? how do you translate them ?