I18N

Type
Class
Namespace
craft\web\twig\variables
Inherits
craft\web\twig\variables\I18N
Since
3.0.0
Deprecated in
in 3.0.0

Localization functions.

View source (opens new window)

# Public Methods

Method Description
getAllLocales() Gets all known languages.
getAppLocales() Returns the locales that the application is translated for.
getCurrentLocale() Returns the current locale.
getDatepickerJsFormat() Returns the jQuery UI Datepicker date format, per the current locale.
getEditableLocaleIds() Returns an array of the editable locale IDs.
getEditableLocales() Returns a list of locales that are editable by the current user.
getLocaleById() Returns a locale by its ID.
getLocaleData() Returns the localization data for a given locale.
getPrimarySiteLocale() Returns the site's primary locale.
getSiteLocaleIds() Returns an array of the site locale IDs.
getSiteLocales() Returns the locales that the site is translated for.
getTimepickerJsFormat() Returns the jQuery Timepicker time format, per the current locale.

# getAllLocales()

Gets all known languages.

View source (opens new window)

Returns

craft\i18n\Locale[]

# getAppLocales()

Returns the locales that the application is translated for.

View source (opens new window)

Returns

craft\i18n\Locale[]

# getCurrentLocale()

Returns the current locale.

View source (opens new window)

Returns

craft\i18n\Locale

# getDatepickerJsFormat()

Returns the jQuery UI Datepicker date format, per the current locale.

View source (opens new window)

Returns

string (opens new window)

# getEditableLocaleIds()

Returns an array of the editable locale IDs.

View source (opens new window)

Returns

array (opens new window)

# getEditableLocales()

Returns a list of locales that are editable by the current user.

View source (opens new window)

Returns

craft\i18n\Locale[]

# getLocaleById()

Returns a locale by its ID.

View source (opens new window)

Arguments

Returns

craft\i18n\Locale

# getLocaleData()

Returns the localization data for a given locale.

View source (opens new window)

Arguments

Returns

craft\i18n\Locale

# getPrimarySiteLocale()

Returns the site's primary locale.

View source (opens new window)

Returns

string (opens new window)

# getSiteLocaleIds()

Returns an array of the site locale IDs.

View source (opens new window)

Returns

array (opens new window)

# getSiteLocales()

Returns the locales that the site is translated for.

View source (opens new window)

Returns

craft\i18n\Locale[]

# getTimepickerJsFormat()

Returns the jQuery Timepicker time format, per the current locale.

View source (opens new window)

Returns

string (opens new window)