#8160
Support 3
Participant

    You may be able to change language using following GroupWise Token APIs.

    WritingToolsTextLanguage()

    quote:


    Displays the Writing Tools Text Language dialog box.
    Token ID

    BFTKN_WT_TEXT_LANGUAGE or 429

    Syntax

    VOID WritingToolsTextLanguage()


    PrefEnvironment()

    quote:


    Sets the default Environment options.
    Token ID

    AFTKN_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