Collator::getLocale
collator_get_locale
Get the locale name of the collator
&reftitle.description;
Object oriented style
string
Collator::getLocale
inttype
Procedural style
string
collator_get_locale
Collatorcoll
inttype
Get collector locale name.
&reftitle.parameters;
coll
Collator object.
type
You can choose between valid and actual locale (
Locale::VALID_LOCALE and
Locale::ACTUAL_LOCALE,
respectively). The default is the actual locale.
&reftitle.returnvalues;
Real locale name from which the collation data comes. If the collator was
instantiated from rules or an error occurred, returns
boolean &false;.
&reftitle.examples;
collator_get_locale example
]]>
&example.outputs;
&reftitle.seealso;
collator_create