Skip to content

语言支持始终显示英文 #394

Description

@ixre

尝试以下方法:

  1. 通过函数设置本地化
LocaleSettings.setLocale(AppLocale.zhHans);
CallKitI18nUtils.setLanguage(const Locale("zh"));
  1. 设置MaterialApp的语言为"zh-Hans-CN"或"zh-Hans"
MaterialApp(locale: const Locale('zh-Hans'))

拨打语音电话的UI文案始终为英文

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions