localization

2 min. read Published:

Easy date and time localization with the time HTML element

Did you know there is quite easy way to show localized dates and times on your website without having to do any backend work or guessing the user's locale?

3 min. read Published:

Laravel 5: Localization based on the subdomain

You want to set the locale of your Laravel 5 application based on the visited subdomain? Here is the full tutorial.

3 min. read Published:

Laravel 4: Localization based on the subdomain

Need to change the application language used by Laravel based on the subdomain? Here's how to achieve it with some simple lines of code.