Skip to content

Culture

Gets or sets the culture of the instance.

1
 string myInstance.Culture

Remarks

This property is assigned when a new instance of the process is initiated and cannot be changed later. If the active user uses a different culture, the form is displayed using the culture specified by this property.

Example

1
$Instance.Culture = 'en';