Implementing PHP localization: A complete guide
In this tutorial, we’ll discuss how to implement PHP translation, localization, and internationalization. PHP remains a stable and popular choice for web development, and despite the rise of other programming languages like Python, Ruby, and Node.js, a large number of applications are still built using flat PHP without any framework. Effective translation management system can stre
Updated on October 3, 2024·Ilya Krukowski Lokalise API: What is it and how to use it?
In this article you will learn what is an API and how to use Lokalise API to define custom workflows and create automation scripts with ease. First we will cover some theory and then proceed to practice and discuss typical examples. To follow this article you don’t need to be a professional developer but having at least a basic programming knowledge is very much recommended. All examples and processes will consider
Updated on September 20, 2024·Ilya Krukowski Laravel localization: A step-by-step guide with examples
In this tutorial, you’ll learn how to perform Laravel localization and present your application in multiple languages. We’ll cover working with translation files, performing pluralization, creating a language switcher, and more using Laravel localization, localized time, and multi-language examples.
Updated on February 12, 2024·Ilya Krukowski