Skip to content

Commit f4a8a8f

Browse files
dev
1 parent b3cd19e commit f4a8a8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Use config your application
3131

3232
"bootstrap" => ["multiLanguage"],
3333

34+
"language" => "ru" //Your current application language
35+
3436
"components" => [
3537

3638
"request" => [
@@ -46,7 +48,7 @@ Use config your application
4648
"multiLanguage" => [
4749
"class" => \skeeks\yii2\multiLanguage\MultiLangComponent::class,
4850
'langs' => ['ru', 'en'],
49-
'default_lang' => 'ru',
51+
'default_lang' => 'ru', //Language to which no language settings are added.
5052
'lang_param_name' => 'lang',
5153
]
5254

0 commit comments

Comments
 (0)