|
MessageFormatter::getLocalemsgfmt_get_localeGet the locale for which the formatter was created DescriptionObject-oriented style
public string MessageFormatter::getLocale()
Procedural style string msgfmt_get_locale(MessageFormatter
$formatter)Get the locale for which the formatter was created. Parameters
Return ValuesThe locale name ExamplesExample #1 msgfmt_get_locale example Example #2 OO example The above example will output: en_US See Also
|