Contentful Personalization & Analytics
    Preparing search index...

    Contentful locale configuration used by SDK layers to resolve the CDA locale.

    interface ContentfulLocales {
        default: string;
        supported?: readonly string[];
    }
    Index

    Properties

    Properties

    default: string

    Locale to use when no runtime or request candidate matches.

    supported?: readonly string[]

    Optional locale codes configured in the Contentful space, in preferred match order.