Changing dictionary on the fly

Hi, we are currently upgrading our users from 7.0.3 clients to 8.5.1 clients.As our users need both danish and and english spell checking, I have given them a button for each in their mailboxes.

The buttons change a setting in the ini file so the users could change dictionary on the fly in Re 7 clients.

In Re 8 clints the the code changes the ini file like it should, but the user has to stop and start the client before the dic changes.

Code for UK button:

Dim session As New NotesSession

Call session.SetEnvironmentVar( "SPELL_LANG", "2057", True )

Code for DK button:

Dim session As New NotesSession

Call session.SetEnvironmentVar( "SPELL_LANG", "1030", True )

Does anybody know how to change the dictionary immediately in Re 8?

Thanks

Karen

Subject: This is a known limitation and an enhancement is being considered for a future release

Subject: Thanks

Thanks for the answer Yin, although it was not what I was hoping for.My users will not be happy when they hear this.

Regards

Karen