bezier-chart icon indicating copy to clipboard operation
bezier-chart copied to clipboard

Internationalization using locales

Open chapmacl opened this issue 3 years ago • 3 comments

I would love to see support for different languages by passing a Locale as a parameter, then using the DateFormat to apply this locale, the chart would automatically support multiple languages. I have an app with support for different languages and at the moment it looks strange when everything is translated except for this chart which is still in english.

DateFormat('...', Localizations.locateOf(context)) should be all that is needed

chapmacl avatar Sep 28 '20 09:09 chapmacl