Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.54 KB

Language.md

File metadata and controls

10 lines (7 loc) · 1.54 KB

# Language

Properties

Name Type Description Notes
selector string Whether the language selector in the web form header will be displayed.<br/><strong>NOTE:</strong> in case <code>functionality.header</code> is marked as <code>HIDDEN</code>, then this property will be ignored.<br/><strong>NOTE:</strong> If no value is provided, then the following value will be applied by default when web form is opened: <code>RENDER</code>. [optional]
locked string The language in which the web form will be shown. The language must be given in the <a target='_blank' href='https://www.iso.org/iso-639-language-codes.html&#39;&gt;ISO-639&lt;/a> 2 letter code format.<br/>&bull; This must be initialized if either the <code>functionality.header</code> or <code>functionality.language.selector</code> are <code>HIDDEN</code>;<br/>&bull; This must be null if both <code>functionality.header</code> and <code>functionality.language.selector</code> are set to <code>RENDER</code>.<br/><strong>NOTE:</strong> If no value is provided, then the following value will be applied by default when web form is opened: <code>null</code>. [optional]

[Back to Model list] [Back to API list] [Back to README]