Language Property (LocalizationResources)
In This Topic
Gets or sets the language code (e.g., "en", "ja").
Syntax
'Declaration
Public Property Language As String
public string Language {get; set;}
Property Value
The language code as a
System.String.
See Also