Link Search Menu Expand Document

Constructor: langPackString

Back to constructors index

Translated localization string

Attributes:

NameTypeRequiredDescription
keystringYesLanguage key
valuestringYesValue

Type: LangPackString

Example:

$langPackString = ['_' => 'langPackString', 'key' => 'string', 'value' => 'string'];