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

datepicker that support mutilple language ? #224

Closed
zozeei opened this issue Jan 24, 2020 · 5 comments
Closed

datepicker that support mutilple language ? #224

zozeei opened this issue Jan 24, 2020 · 5 comments

Comments

@zozeei
Copy link

zozeei commented Jan 24, 2020

No description provided.

@zozeei
Copy link
Author

zozeei commented Jan 24, 2020

@RodolfoSilva
Copy link
Contributor

You need to initialize localizations in your application.

MaterialApp(
    localizationsDelegates: [
          GlobalMaterialLocalizations.delegate,
          GlobalWidgetsLocalizations.delegate,
    ],
    supportedLocales: [
          const Locale('en', 'US'), // English
          const Locale('th', 'TH'), // Thai
    ],
)

I believe this is related with this issue: #99

@RodolfoSilva
Copy link
Contributor

@zozeei if you have any problem with flutter_localizations you can follow this guide:

https://www.youtube.com/watch?v=Nn6kle_DThM

@zozeei
Copy link
Author

zozeei commented Feb 6, 2020

@RodolfoSilva thank you

@RodolfoSilva
Copy link
Contributor

@zozeei 😜, can you close this issue?

@zozeei zozeei closed this as completed Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants