EnterpriseManagementGroup.OriginalCountryCode Property

Definition

Gets the desired ISO 639-2 three-letter code of the current culture the connection settings are set to.

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

Property Value

The ISO 639-2 code.

Remarks

This is the ISO 639-2 code we will try to localize to first. The default is CurrentCulture, but it can be overwritten with connection settings.

Applies to