Due to its deceptive simplicity, pluralization can be a somewhat overlooked element when handling strings in programs. If your application only speaks one language, say English, pluralizing is oftentimes as…
Category: Tutorials
Step-by-step tutorials for developers working in the localization industry.
In one of my previous articles I was covering Lokalise APIv2 basics, explaining its key features, and how to get started with it. Today we are going to work a…
What is JSON? A regular guy might reply that it’s the name of a popstar. Not to say we’re irregular, but for us developers, surely that word instead evokes a…
In this tutorial, you will learn how to perform Laravel localization and present your application in multiple languages. You will learn how to work with translation files, perform pluralization, create…
Some time ago we explored the basics of Java i18n. But if we were to zoom in a bit further, particularly on Java date localization, we’d see that it used…
We live in an imperfect world, and we as humans are prone to making mistakes. It’s not a bad thing — it’s just something to remember and take into account….
Date and time localization is quite an important topic when it comes to developing applications and software systems in multiple languages. Date and time are written and read in different…
Git is a version control system which became a de-facto standard for many developers. Basically, any programmer nowadays is expected to know the basics of Git and understand how to…