About this article
Proofing language sets the language for spell and grammar check. This can be set statically or using the binding syntax. The option is located in the Document tab of Dynamics Designer.
Pre-requisites
|
Example 1
The example below manually sets the language to US English.
Example 2
Using the binding syntax to set the proofing language using the User Profile.
Binding | {{UserProfile.Language.Language}} |
Input | UserProfile.Language.Language = "de-DE" |
Output | Proofing Language = German |
Example 3
Using the binding syntax to set the proofing language using a dropdown in the document form.
Binding | {{Form.Language.Language}} |
Input | Form.Language.Language = "en-GB" |
Output | Proofing Language = UK English |
Comments
0 comments
Article is closed for comments.