/ Forums / Advansys Formativ / Creating Solutions with Formativ / VOID WritingToolsTextLanguage() / Reply To: VOID WritingToolsTextLanguage()
You may be able to change language using following GroupWise Token APIs.
WritingToolsTextLanguage()
quote:
Displays the Writing Tools Text Language dialog box.
Token IDBFTKN_WT_TEXT_LANGUAGE or 429
Syntax
VOID WritingToolsTextLanguage()
PrefEnvironment()
quote:
Sets the default Environment options.
Token IDAFTKN_SET_ENV or 611
Syntax
VOID PrefEnvironment( [ANSISTRING Language];
[ENUM AdvanceOnDelete];
[ENUM NewScreenOnSend];
[WORD UpdateRateSeconds];
[WORD UpdateRateMinutes];
[ENUM OpenItemAction];
[ENUM OpenAttachmentAction];
[ENUM Mnemonics];
[ENUM PromptEmptyFilter];
[ENUM PromptEmptyFind];
[ENUM AutoSpellCheck];
[ENUM LaunchNotify])
Formativ example code:
groupwise.WritingToolsTextLanguage()
Hope this helps.
Regards,
Advansys Support