Language class
A type of Page that represents a single Language in ProcessWire
Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the Language class also inherits all the methods and properties of: Page, WireData and Wire.
Common
| Name | Return | Summary | |
|---|---|---|---|
Language::getLocale() Language::getLocale() Language::getLocale(int $category = 6) | string bool | Get locale for this language | |
Language::isCurrent() Language::isCurrent() Language::isCurrent() | bool | Returns whether or not this is the current user’s language Can also be used as property: Language::isCurrent | |
Language::isDefault() Language::isDefault() Language::isDefault() | bool | Returns whether or not this is the default language Can also be used as property: Language::isDefault | |
Language::setLocale() Language::setLocale() Language::setLocale(int $category = 6) | string bool | Set the current locale to use settings defined for this language | |
Language::wired() Language::wired() Language::wired() | None | Wired to API |
Properties
| Name | Return | Summary | |
|---|---|---|---|
| Language::language_files | Pagefiles | Language translation files for /wire/ (language pack) | |
| Language::language_files_site | Pagefiles | Language translation files for /site/ (custom translations per site) | |
| Language::translator | LanguageTranslator | Get instance of LanguageTranslator for this language |
Additional methods and properties
In addition to the methods and properties above, Language also inherits the methods and properties of these classes:
API reference based on ProcessWire core version 3.0.252