Othmane Kahtalblog.othmane.me·Nov 19, 2024Building Multilingual React Apps: Practical Guide to i18next and RTL SupportIn previous article, we understood why localization and internationalization are crucial parts that should be handled to create globally-ready products or apps. Now, in this article, we'll jump into a practical guide about how you can set up and conf...Discuss·6 likes·38 readsi18next
arnaud akotonoublog.femidev.com·Nov 10, 2024Gérer plusieurs langues sur son site avec Hygraph et NextJsDans cet article, nous verrons comment gérer plusieurs langues avec Hygraph et NextJs. Grâce à cette configuration, vous pourrez facilement ajouter, modifier et ainsi gérer du contenu dans plusieurs langues depuis une interface centralisée, tout en r...Discuss·46 readsGérer le contenu de son site avec Hygraph et NextJshygraph
Othmane Kahtalblog.othmane.me·Nov 2, 2024Why Internationalization and localization are No Longer Optional for Modern AppsInternationalization and localization are crucial parts to take into consideration when you start your application or product, to make it limitless across the world. In this article, we'll dive deep into these concepts and why you should take care of...Discuss·1 like·57 readslocalization
Okoye Ndidiamakaamikdigital.hashnode.dev·Oct 25, 2024Localization and Internationalization: How to Make Your Website Accessible to the Whole WorldIn today's digital world, the border of one country no longer constrains a business. Whether you are a small startup or an established company, the internet opens a gateway to global markets. But what is the key to making sure that your website or ap...DiscussL18N
Geoffrey Brossardblog.nangka.dev·Oct 23, 2024Unlocking Multilingual Menus: How to Make Your WordPress Full-Site-Editing Navigation Translatable with Polylang!If you’ve ever found yourself knee-deep in PHP, wrestling with WordPress native navigation blocks, and wondering why your menus look like they’ve been lost in translation (literally), you’re not alone! Fear not! Today, we’ll transform that jumbled me...DiscussWordPress
Jordi Ollé Ballestéjordi0lle.hashnode.dev·Aug 19, 2024Adding i18n to the Fuel Tracker AppSince the beginning when I started building the Fuel Tracker App I knew I'd add translations some day. The time has come and I'll share how I did it. First thing we'll do is install what we need, and in this case is i18next and react-i18next. npm i i...Discuss·55 readsinternationalization
Emzar Panikashviliepanikas.hashnode.dev·Jun 16, 2024Building localized NextJS application with language selector and cloud hosted translations: Part 2 / 2 - client sideImage by macrovector on Freepik The code for this article can be found here: https://github.com/epanikas/nextjs-tailwind-language-selector The first part of this article, discussing server-side localization, can be found here: https://epanikas.hashno...DiscussTypeScript
Emzar Panikashviliepanikas.hashnode.dev·Jun 16, 2024Building localized NextJS application with language selector and cloud hosted translations: Part 1 / 2 - server sideImage by macrovector on Freepik The code for this article can be found here: https://github.com/epanikas/nextjs-tailwind-language-selector The second part of this article, discussing client-side language switching, can be found here: epanikas.hashnod...Discuss·93 readsTypeScript
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jun 6, 2024Internationalization in Next.js: Building Multilingual AppsIn today's globalized world, offering your application in multiple languages can significantly broaden your audience. Next.js provides robust support for internationalization (i18n), enabling you to create multilingual apps seamlessly. This blog will...Shashank Dubey and 1 other are discussing this2 people are discussing thisDiscuss·92 likes·202 readsNext.js
Gautham R Vanjregautham10.hashnode.dev·May 10, 2024Building Multilingual apps in Next 14 using next-intlThis is the seventh blog in the "Next.js 14 learning path" series, if you follow and learn Next.js 14 from scratch, please click here. So what we are going to see in this blog, we will be using Introduction Internationalization is a critical aspect o...Discuss·110 readsi18n