@stripe/stripe-terminal-react-native
    Preparing search index...

    Interface LocalizationResult

    Reports the outcome of localizing an API error message.

    Present when a locale was requested via LocaleConfig and the server processed the request. The two locales may differ when the requested locale is not supported.

    interface LocalizationResult {
        requestedLocale: string;
        resolvedLocale: string;
    }
    Index

    Properties

    requestedLocale: string

    The locale sent in the Accept-Language request header.

    resolvedLocale: string

    The locale the message was actually localized to.