22-11-2025 - Andrés Cruz
Idioma App localization is very common in mobile app development, and I thought I'd write about one of my favorite Flutter packages. Internationalizing apps is quick and easy with the easy_localization package.
07-07-2024 - Andrés Cruz
Idioma The next development that we are going to carry out is to use a middleware to detect the language configured by the user and establish it through the translation text strings, in addition, we also define the acronyms or language tag in the URL to return the corresponding translation.
12-11-2025 - Andrés Cruz
Idioma We will see how we can create translation texts in Laravel to use them according to the detected or configured location.