chinese locale designation was backwards, fixing...

This commit is contained in:
Andrew Bauer 2020-10-17 07:29:32 -05:00
parent 442fadb585
commit 5bf0524bdc
1 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@
//
// Examples
// setlocale( 'LC_ALL', 'en_GB' ); All locale settings pre-4.3.0
setlocale( LC_ALL, 'cn_ZH' ); //All locale settings 4.3.0 and after
setlocale( LC_CTYPE, 'cn_ZH' ); //Character class settings 4.3.0 and after
setlocale( LC_TIME, 'cn_ZH' ); //Date and time formatting 4.3.0 and after
setlocale( LC_ALL, 'zh_CN' ); //All locale settings 4.3.0 and after
setlocale( LC_CTYPE, 'zh_CN' ); //Character class settings 4.3.0 and after
setlocale( LC_TIME, 'zh_CN' ); //Date and time formatting 4.3.0 and after
// Simple String Replacements
$SLANG = array(