InterviewSettings Locale Property
The name of a HotDocs "Browser Language Module" that dictates locale-specific behavior and language for a HotDocs interview. If this property is null, US English ("en-US") behavior is assumed by default.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string Locale { get; set; }

Property Value

Type: OnlineString
Remarks

This property is equivalent to the InterviewLocale setting in Core Services, and the HDInterviewLocale global JavaScript variable in browser interviews.
See Also