Answer the question
In order to leave comments, you need to log in
How to change field name in Yii2 Active Form?
There is an Active Form and Yii2. Initially, the fields in it are in English. It is necessary to make them in Russian.
How to do it?
Answer the question
In order to leave comments, you need to log in
It is better to have a dictionary if the site will have 2+ languages
public function attributeLabels()
{
return [
'name' => 'Имя',
'email' => Yii::t('app','email'),
//
];
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question