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