I18Nv2::locales2langs

I18Nv2::locales2langs() – Transform locales to languages

Synopsis

require_once '/I18Nv2.php';

array I18Nv2::locales2langs ( array $locales )

Description

Transforms locale codes like en_US and de_DE to language codes like en-US and de-DE.

Parameter

array $locales

array of locale codes

Return value

Returns array transformed loclae codes as language codes.

Note

This function should be called statically.

See

See also I18Nv2::langs2locales().

Transform languages to locales (Previous) I18Nv2_Locale (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.