$translator public property
The name of the function for translating messages. Defaults to 'Yii::t'. This is used as a mark to find the messages to be translated. You may use a string for single function name or an array for multiple function names.
public string $translator = 'Yii::t'
Please login to continue.