You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The languagepicker extension suggest to use this configuration
'languagepicker' => [
'class' => 'lajax\languagepicker\Component',
// Get available languages from translate manager
'languages' => function () {
return \lajax\translatemanager\models\Language::getLanguageNames(true);
}
]
but the method getLanguageNames() is deprecated, there are alternatives?
The text was updated successfully, but these errors were encountered:
The languagepicker extension suggest to use this configuration
but the method getLanguageNames() is deprecated, there are alternatives?
The text was updated successfully, but these errors were encountered: