Skip to content

Localization missing #303

@Neifen

Description

@Neifen

I just wanted to inform you that there is something missing on this doc: https://help.syncfusion.com/flutter/calendar/localization

the doc says:

localizationsDelegates: [
            GlobalMaterialLocalizations.delegate,
            GlobalWidgetsLocalizations.delegate,
        ] 

but the Cupertino Localization is definitely needed:

localizationsDelegates: [
            GlobalMaterialLocalizations.delegate,
            GlobalWidgetsLocalizations.delegate,
        GlobalCupertinoLocalizations.delegate,
        ] 

then later with SfGlobalLocalizations.delegate, too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions