-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
Hi @kartik-v !
I'm not able to change language to russian.
Here is my code:
<?= $form->field($model, 'image')->widget(FileInput::classname(), [
'options' => ['accept' => 'image/*'],
'language' => 'ru',
'pluginOptions' => [
'initialPreview' => $preview_images,
'overwriteInitial'=>false,
'showRemove' => false,
],
]); ?>
Is it possible to change language if I'm not using Ajax? Because as per docs Ajax and custom language come together.
Metadata
Metadata
Assignees
Labels
No labels