PHP Internationalization via Locale Primer Tutorial

PHP Internationalization via Locale Primer Tutorial

PHP Internationalization via Locale Primer Tutorial

If you are interested in aspects of “Internationalization” regarding your PHP web applications you will probably be interested in the PHP command setlocale

setlocale
(PHP 4, PHP 5, PHP 7)

setlocale β€” Set locale information

Description
setlocale ( int $category , string $locale [, string $… ] ) : string
setlocale ( int $category , array $locale ) : string
Sets locale information.

In the making of set_locale.php‘s live run proof of concept we’d like to thank https://msdn.microsoft.com/en-us//goglobal/bb895996 for the table of locale possibilities.

If this was interesting you may be interested in this too.

This entry was posted in eLearning, Tutorials and tagged , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>