You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 ); }
The text was updated successfully, but these errors were encountered: