We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc3352 commit f67913fCopy full SHA for f67913f
functions/i18n/i18n_loc_get_default.js
@@ -5,8 +5,9 @@ function i18n_loc_get_default() {
5
// % note 2: List of locales at http://demo.icu-project.org/icu-bin/locexp
6
// % note 3: To be usable with sort() if it is passed the SORT_LOCALE_STRING sorting flag: http://php.net/manual/en/function.sort.php
7
// - depends on: i18n_loc_set_default
8
+ // * example 1: i18n_loc_set_default('pt_PT');
9
// * example 1: i18n_loc_get_default();
- // * returns 1: 'en_US_POSIX'
10
+ // * returns 1: 'pt_PT'
11
12
// BEGIN REDUNDANT
13
this.php_js = this.php_js || {};
0 commit comments