wodHttpDLX ActiveX Control - AcceptLanguage Property
      
 

Description

Holds list of languages which are preferable in the response.


Property type

A String value.  


Syntax

object.AcceptLanguage [= value]



The AcceptLanguage Property syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpRequest.
value A 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.