Localization in Node.js and Express.js with i18n examples
As your application grows and attracts more users, one of the most effective ways to expand your user base is through localization. By supporting multiple languages, you can make your app accessible to a wider audience. That's why it’s smart to consider localization in Node.js early in your development process, even if you’re not planning to launch with multi-language support right away. Node.js is a popular cross-platform,
Updated on October 4, 2024·Ilya Krukowski Ionic internationalization i18n tutorial with ngx-translate
Ionic is a popular framework for creating hybrid applications running on IOS, Android, and Windows Phone. In this tutorial we are going to discuss how to perform Ionic translation using ngx-translate library with examples.
Updated on September 20, 2024·Roman Kutanov React Native app localization tutorial with react-native-localize
In this tutorial, we will learn how to implement React Native localization and internationalization, including support for localized time. Internationalization (I18n) makes it simpler to translate our React Native app into multiple languages. Once internationalization is performed, we will see how to perform React Native localization by supporting English and Russian language
Updated on November 9, 2022·Ilya Krukowski Glossary of translation and localization terms
Whether you are experienced in localization or not, some terms may still raise a question. With so many important acronyms, abbreviations, and phrases in the world of localization and localization management, we decided to compile a comprehensive glossary of translation and localization terms. Read on to learn more about the most common terminology related to localization and trans
Updated on August 20, 2024·Lokalise Agile software localization and translation: The complete guide
In the world of software development, localization used to be an afterthought. Product teams would focus on the design and development of the product, and only when the product was complete would they consider localization. Software development doesn’t work that way anymore. Companies have gone from annual and biannual releases to weekly and even daily releases. This has raised the need for agile
Updated on July 23, 2024·Alexander Pereverzevs Globalize: How to store Rails translations inside a database
In one of our previous articles we were talking about the process of internationalizing Rails applications. That article explained all I18n basics, but it was revolving around placing all translations inside YAML files. There is nothing wrong about this approach, but unfortunately it does not always work.
Updated on November 15, 2022·Ilya Krukowski Branching by using tags and separate projects
Introduction to project branching Modern software development involves the use of source code repositories. Once there is a repository, there are branches to which developers commit different changes in their code. Usually changes happen on multiple branches at the same time. As a result, the language files or localization files used in software localization may differ from branch
Updated on August 28, 2024·Nick Ustinov Phoenix i18n tutorial: from gettext to storing & switching locales
Today we will continue covering back-end frameworks and talk about localization of Phoenix applications with the help of Gettext. You might not have heard about Phoenix before, so let me say a couple of words about it. This is a server-side MVC framework written in Elixir, which is a functional programming language
Updated on September 20, 2024·Ilya Krukowski