Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the three-letter code for the language that is used by the SDK when initializing localizable strings, as defined in the Microsoft Windows application programming interface (API).
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Syntax
public string ThreeLetterWindowsLanguageName { get; set; }
public:
property String^ ThreeLetterWindowsLanguageName {
String^ get();
void set(String^ value);
}
member ThreeLetterWindowsLanguageName : string with get, set
Public Property ThreeLetterWindowsLanguageName As String
Property Value
Type: System.String
The language code. The default value is System.Globalization.CultureInfo.CurrentCulture.ThreeLetterWindowsLanguageName.
See Also
ConnectionSettings Class
Microsoft.EnterpriseManagement.Common Namespace
Return to top