EnterpriseManagementGroup.CurrentCountryCode Property

Definition

Gets the ISO 639-2 three-letter code of the current culture with the default code appended.

public:
 property System::String ^ CurrentCountryCode { System::String ^ get(); };
public string CurrentCountryCode { get; }
member this.CurrentCountryCode : string
Public ReadOnly Property CurrentCountryCode As String

Property Value

The ISO 639-2 code of the current connection.

Remarks

You can use the CurrentCountryCode property to obtain localized text for the management pack elements. You can use the OriginalCountryCode property provided in connection settings or you can use the CurrentCulture and the default ISO 639-2code that is always defined as ENU.

Applies to