AcceptLanguage
Set this property to send the Accept-Language request header in HTTP requests, which is used by servers to determine the preferred language for content delivery.
データ型
string
デフォルト値
""
解説
The accepted values for this property follow the IETF BCP 47 standard for language tags, which typically include a language code, and optionally, a region code. If an unknown or unsupported locale is set, it is ignored. The Accept-Language header allows the client to specify one or more preferred languages, and the server can use this to provide localized content in the specified language(s).
Example values:
- >fr: French
- fr-CA: French (Canada)
- ja: Japanese
- ja-JP: Japanese (Japan)
- de: German