Back to product page

AcceptLanguage property


Holds list of languages which are preferable in the response.

Type

A String value

Syntax

  • Basic
object.AcceptLanguage [= value]
The AcceptLanguage(object,value) syntax has these parts:
objectAn expression evaluating to an object of type HttpRequest.
valueA String value.

Remarks

This property defines list of languages which are preferable in the response. A response in an unspecified language is not illegal.

This property is just a 'shortcut' to Request.Headers("Accept-Language") value.

Platforms

Windows