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
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
AnkurforAtomxelblog.atomxel.com·Aug 26, 2024Making Your React App MultilingualInternationalised software supports the languages and cultural customs of people throughout the world. The Web reaches all parts of the world. Internationalised web apps provide a great user experience for people everywhere. Localised software adapts...Discuss·2 likesatomxel
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
Kartik Mehtaphp.godoftitans.tech·Aug 4, 2024Internationalization in PHPIntroduction Internationalization (i18n) refers to the process of designing and developing a software application so that it can be easily adapted to various languages and regions without requiring changes to the code. This involves separating the la...DiscussPHP
Harshal RanjhaniforCodeParrot 10x Dev10xdev.codeparrot.ai·Jun 15, 2024How to Easily Add Translations to Your React Apps with i18nextMultilingual support is a crucial aspect of modern web applications. By providing translations in multiple languages, you can cater to a diverse audience and enhance user experience. React applications can benefit significantly from internationalizat...Discuss·10 likes·63 readsi18next
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
Ndongmo christianchritianhonore.hashnode.dev·May 19, 2024Multi-Language Django Project in 12 Simple Steps(2024).A Comprehensive Guide to Internationalization in Django In today's interconnected world, reaching a global audience is crucial for the success of any web application. Internationalization (i18n) in Django allows developers to create applications that...Discuss·60 readsDjango
Asis Sharmaasis-sharma.hashnode.dev·May 13, 2024Conquering Language Barriers: A Guide to Laravel LocalizationThe internet has shrunk the world, making it easier than ever to connect with people from all corners of the globe. But if your web application speaks only one language, you're missing out on a vast potential audience. This is where Laravel localizat...DiscussLaravel
Lucy Macartneycodingwithlucy.hashnode.dev·Apr 30, 2024FeaturedInternationalisation (i18n) in Next.js with next-intlLaunching a web application in multiple languages can seem daunting, but tools like next-intl make this process much easier. Having recently used next-intl in a bilingual Next.js project, I've seen firsthand how it simplifies adding internationalisat...Discuss·56 likes·616 readsinternationalization