ESRI.ArcGIS.ADF.IMS
Language Property
See Also 
ESRI.ArcGIS.ADF.IMS.Administration Namespace > Environment Class : Language Property




Gets or sets the language for a locale.

Syntax

Visual Basic (Declaration) 
Public Property Language As String
Visual Basic (Usage)Copy Code
Dim instance As Environment
Dim value As String
 
instance.Language = value
 
value = instance.Language
C# 
public string Language {get; set;}

Remarks

The language for a locale is specified using a two-letter lowercase code based on the ISO-639 standard. For example, Spanish is "es", English is "en", and French is "fr".

See Also

© 2010 All Rights Reserved.