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.

Show class?     Show args?       Only hookable?    

Common

NameReturnSummary 
Language::getLocale()
string bool

Get locale for this language

 
Language::isCurrent()
bool

Returns whether or not this is the current user’s language


Can also be used as property: Language::isCurrent
 
Language::isDefault()
bool

Returns whether or not this is the default language


Can also be used as property: Language::isDefault
 
Language::setLocale()
string bool

Set the current locale to use settings defined for this language

 
Language::wired()
None

Wired to API

 

Properties

NameReturnSummary 
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