Type Alias HttpResContentLanguage

HttpResContentLanguage: StrIntellisense<
    | "en"
    | "en-US"
    | "en-GB"
    | "en-AU"
    | "en-CA"
    | "fr"
    | "fr-FR"
    | "fr-CA"
    | "de"
    | "de-DE"
    | "es"
    | "es-ES"
    | "pt"
    | "pt-BR"
    | "zh"
    | "zh-CN"
    | "zh-TW"
    | "ja"
    | "ko"
    | "ar"
    | "ru"
    | "it"
    | "it-IT"
    | "nl"
    | "nl-NL"
    | "pl"
    | "tr"
    | "sv"
    | "da"
    | "fi"
    | "nb"
    | "he"
    | "th"
    | "id"
    | "ms"
    | "vi"
    | "hi"
    | "bn",
>

Content-Language header values for HTTP responses. Specifies the natural language of the response content using BCP 47 language tags.

IMPORT_PATH: "@daiso-tech/core/http-router/contracts"