多语言

This commit is contained in:
czz
2025-07-30 16:48:48 +08:00
parent 92b6896176
commit 300e3b31f6
96 changed files with 3741 additions and 2710 deletions

View File

@@ -21,8 +21,8 @@ class _UserAgreementPageState extends State<UserAgreementPage> {
super.initState();
String language = "zh_CN"; // 默认语言
if (languageController.selectLanguage?.value?.language_code != null) {
language = languageController.selectLanguage!.value!.language_code!;
if (mhLanguageController.selectLanguage?.value?.language_code != null) {
language = mhLanguageController.selectLanguage!.value!.language_code!;
}
int ent_type = AppConstants().ent_type;