 | LanguageDisplayName Property |
Localized string that is suitable for display to the user for identifying the language.
Namespace: Slash.GlobalizationAssembly: Slash.Globalization (in Slash.Globalization.dll) Version: 1.0.5843.24183
Syntaxpublic string DisplayName { get; set; }
Public Property DisplayName As String
Get
Set
public:
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
member DisplayName : string with get, set
Property Value
Type:
String
See Also