ILanguageBaseKey Property |
Gets or sets the key of the language
Remarks
The key is the culture language name, for example:
Key (Culture name) | Name (Display name) |
---|
en-GB | English - United Kingdom |
fr-FR | French - France |
en-US | English - United States |
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax Property Key As String
Get
Set
property String^ Key {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also