Carles CapellasA minimalistic approach to transparently translating your applicationTranslating an application is not trivial but it shouldn’t be complicated. Using existing tools, we can flag the text that needs to be…Nov 24
Shubham GuptaAdding Multi-Lingual Support in ReactTo add multi-language support in your project you need to add internationalization in React we use react-i18next based on i18next. This…Mar 17, 20232
Vandeth ThoAn Easy Way To Internationalize Your Mobile App Using Expo Router And i18next-reactIn today’s increasingly globalized world, creating mobile apps that can cater to diverse audiences is essential. One of the most efficient…Oct 20Oct 20
Simeon NorteyHow to add multiple languages in React NativeThere are two terms to consider when dealing with multiple languages in React Native and they are localization and internationalization. In…Sep 22, 20232Sep 22, 20232
InTinyFrontendbyTinyFrontend#0132 - Translate Your React ApplicationEver wondered what i18n stands for? It’s short for internationalization, and it’s a crucial concept for any application targeting a global…Jul 9Jul 9
Carles CapellasA minimalistic approach to transparently translating your applicationTranslating an application is not trivial but it shouldn’t be complicated. Using existing tools, we can flag the text that needs to be…Nov 24
Shubham GuptaAdding Multi-Lingual Support in ReactTo add multi-language support in your project you need to add internationalization in React we use react-i18next based on i18next. This…Mar 17, 20232
Vandeth ThoAn Easy Way To Internationalize Your Mobile App Using Expo Router And i18next-reactIn today’s increasingly globalized world, creating mobile apps that can cater to diverse audiences is essential. One of the most efficient…Oct 20
Simeon NorteyHow to add multiple languages in React NativeThere are two terms to consider when dealing with multiple languages in React Native and they are localization and internationalization. In…Sep 22, 20232
InTinyFrontendbyTinyFrontend#0132 - Translate Your React ApplicationEver wondered what i18n stands for? It’s short for internationalization, and it’s a crucial concept for any application targeting a global…Jul 9
Ahmet YILDIZReact Native — Storybook, react-i18next configuration on NX MonorepoThis article is about a specific problem as in the title. Sometimes stackoverflow is not enough, as is AI…Feb 6
Bhuvin KothariMaking Your React Native App Multilingual: Supporting Indian and Foreign LanguagesIn today’s globalized world, creating a multilingual app is crucial to reach a wider audience. React Native, with its flexibility and…Jul 7
AnilmauryaFrom Zero to Multilingual: Mastering React Localization with i18nextReact doesn’t have built-in internationalisation (i18n),There are two popular tool react-intl and react-i18next so we will use tool i18next…Dec 4