IUserAgentService.Language

IUserAgentService.Language property

The Language specifies the primary language for the element’s contents and for any of the element’s attributes that contain text. Its value must be a valid BCP 47 () language tag, or the empty String. Setting the attribute to the empty String indicates that the primary language is unknown.

public String Language { get; set; }

Property Value

The user agent language.

See Also