bindCurrentLocale method
endregion region 绑定本地语言
Implementation
/// region 绑定本地语言
void bindCurrentLocale(Locale locale) async {
await getLangData();
var config = langConfig();
_getCurrentLocale(config, locale);
}
endregion region 绑定本地语言
/// region 绑定本地语言
void bindCurrentLocale(Locale locale) async {
await getLangData();
var config = langConfig();
_getCurrentLocale(config, locale);
}