gpt4 book ai didi

Flutter 阿拉伯语 showDatePicker 摩洛哥本地化

转载 作者:行者123 更新时间:2023-12-04 09:49:53 31 4
gpt4 key购买 nike

我想用阿拉伯语制作一个 flutter 日期选择器,但有一些变化,这是我的代码:

  locale: Locale('ar', 'MA'),
localizationsDelegates: [
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
],
supportedLocales: [
Locale('ar', 'MA'),
],
结果 :
enter image description here
我想要的是这个(红色的变化):
enter image description here
请任何帮助。

最佳答案

最后,我为我的帖子找到了解决方案:
在我的启动画面中,我根据需要覆盖 DateSymbols 值,如下所示:

void initState() {
super.initState();
DateFormat arLangue = new DateFormat('', 'ar');
arLangue.dateSymbols.MONTHS = myDateSymboles.MONTHS;
arLangue.dateSymbols.FIRSTDAYOFWEEK = 7;
arLangue.dateSymbols.ZERODIGIT = "0";}

非常感谢

关于Flutter 阿拉伯语 showDatePicker 摩洛哥本地化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62026289/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com