Dialect
Specific variety of English being written.
Use "auto-text" to choose an appropriate value based on the user's written text.
Use "auto-browser" to choose an appropriate value based on the user's browser locale.
Note that the user can override this setting in the Grammarly button menu.
See this articleopen in new window for differences.
declare type Dialect =
| "american"
| "british"
| "canadian"
| "australian"
/** @since v1.3.0 */
| "auto-text"
/** @since v1.3.0 */
| "auto-browser"
/** @deprecated since v1.3.0 - Use "auto-browser" instead */
| "auto";