suite4.net.FormDatabase Documentation

IForm.Language Property

Gets the language that is selected in the form.suite4.netForm Manager for the IForm.

[Visual Basic]
Property Language As String
[C#]
string Language {get;}

Property Value

The language assigned to the IForm.

Remarks

This property can be used to programmatically filter forms in the application when using the FormDatabase API. The value of this property can only be modified in the form.suite4.net designer.

See Also

IForm Interface | suite4.net.FormDatabase Namespace