Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
Locale get and set : I18N Locale « Development « PHP
PHP
Development
I18N Locale
Locale get and set
<? setlocale (LC_ALL,
'fr'
); print_r (localeconv ()); ?>
Related examples in the same category
1.
Display the current locale information and change the locale