Language Property

GoogleMap Control Artem.Google

GoogleMap Control Language Property
NamespacesArtem.Google.UIGoogleMapLanguage
GoogleMap Control v6.0
The Google Maps API uses the browser's preferred language setting when displaying textual information such as the names for controls, copyright notices, driving directions and labels on maps. In most cases, this is preferable; you usually do not wish to override the user's preferred language setting. However, if you wish to change the Maps API to ignore the browser's language setting and force it to display information in a particular language, you can specifying the language to use.
Declaration Syntax
C# Visual Basic
public string Language { get; set; }
Public Property Language As String
	Get
	Set
Value
The language.

Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)