📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Flutter Localization: Language Handling

22-11-2025 - Andrés Cruz

Flutter Localization: Language Handling

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.

Continuar leyendo


Middleware to Verify the es/en language prefix in Laravel

07-07-2024 - Andrés Cruz

Middleware to Verify the es/en language prefix in Laravel

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.

Continuar leyendo


Localizations and Translations in Laravel (Spanish and English)

12-11-2025 - Andrés Cruz

Localizations and Translations in Laravel (Spanish and English)

Idioma We will see how we can create translation texts in Laravel to use them according to the detected or configured location.

Continuar leyendo