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 boolGet locale for this language 
Language::isCurrent()
boolReturns whether or not this is the current user’s language
Can also be used as property: Language::isCurrent
 
Language::isDefault()
boolReturns whether or not this is the default language
Can also be used as property: Language::isDefault
 
Language::setLocale()
string boolSet the current locale to use settings defined for this language 
Language::wired()
NoneWired to API 

Properties

NameReturnSummaryDefault
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.251