Skip to content

CupertinoDatePicker in Arabic showing months in wrong way #110319

@MrNaifpp

Description

@MrNaifpp

CupertinoDatePicker show us months in arabic wrong

CupertinoDatePicker shows months in arabic not completed for example january showing it janua
but in arabic. example in arabic "اغسطس" showing it to "غسط"

snippet of the code:

showCupertinoModalPopup(
        context: ctx,
        builder: (_) => Container(
          height: 190,
          color: const Color.fromARGB(255, 255, 255, 255),
          child: Column(
            children: [
              SizedBox(
                height: 180,
                child: CupertinoDatePicker(
                  mode: CupertinoDatePickerMode.date,
                  initialDateTime: DateTime.now(),
                    onDateTimeChanged: (value) {
                      setState(() {
                        _expiredDate = value.toLocal();
                      });
                    },

                ),
              ),
            ],
          ),
        ));

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work lista: internationalizationSupporting other languages or locales. (aka i18n)f: cupertinoflutter/packages/flutter/cupertino repositoryf: date/time pickerDate or time picker widgetsfound in release: 3.0Found to occur in 3.0found in release: 3.1Found to occur in 3.1frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onr: fixedIssue is closed as already fixed in a newer versionteam-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions