|
@@ -89,6 +89,8 @@ object LocaleHelper {
|
|
val newConfig = updateConfigLocale(config, currentLocale!!)
|
|
val newConfig = updateConfigLocale(config, currentLocale!!)
|
|
val resources = app.resources
|
|
val resources = app.resources
|
|
resources.updateConfiguration(newConfig, resources.displayMetrics)
|
|
resources.updateConfiguration(newConfig, resources.displayMetrics)
|
|
|
|
+
|
|
|
|
+ Locale.setDefault(currentLocale)
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|