Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brother, help me!Change the language of the print option ! #1782

Open
FlowerMiLeLe opened this issue Nov 26, 2024 · 0 comments
Open

Brother, help me!Change the language of the print option ! #1782

FlowerMiLeLe opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@FlowerMiLeLe
Copy link

Hi,God!

As shown in the figure, I want the language (Chinese) used by the printer service in the iOS app.
I tried to add localization below, but it didn't work

@override Widget build(BuildContext context) { return MaterialApp( localizationsDelegates: const [ GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, ], supportedLocales: const [ Locale('zh', 'CN'), ], locale: const Locale('zh', 'CN'), /// code ); }

WechatIMG973

@FlowerMiLeLe FlowerMiLeLe added bug Something isn't working needs triage labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant