|
Locale::getDisplayNamelocale_get_display_nameReturns an appropriately localized display name for the input locale BeschreibungObjektorientierter Stil
public
static
string
Locale::getDisplayName
( string
$locale
[, string $in_locale
] )Prozeduraler Stil
string
locale_get_display_name
( string
$locale
[, string $in_locale
] )
Returns an appropriately localized display name for the input locale. If is
Parameter-Liste
RückgabewerteDisplay name of the locale in the format appropriate for $in_locale. BeispieleBeispiel #1 locale_get_display_name example
<?phpBeispiel #2 OO example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: Slovenian (Latin, Italy, Natisone dialect); slov\xc3\xa8ne (latin, Italie, dialecte de Natisone; Slowenisch (Lateinisch, Italien, NEDIS) Siehe auch
|