I\'m follow Flutter docs to show CupertinoDatePicker. But language alway is English. Please show me how to change this.
Here my code:
void _showDateP
MaterialApp( ... localizationsDelegates: [ GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, ] )
This solves the problem.