Users with Notes Client, have a problem using the prefered language for spell checking. If you write a document, in different languages, when you begin the spell checking, Notes uses the default dictionary, and every time you want to change the spell checking language, you must go to File → Preferences → User Preferences → International → Spell Check, and this is very tedious.
I tried different ways to make this job more easy.
1 - I tried to create a toolbar with a button, executing this action: @SetEnvironment( “SPELL_LANG” ; “1027” ), but it does not work, because it creates a new entry in notes.ini: $SPELL_LANG=1027, and it does not change the existing SPELL_LANG=1034. I have read in this forum that is not possible to change some environment values, using @functions.
2 - I added an agent on mail template called “(language)”, and then created another button on a toolbar, executing this action: @Command( [ToolsRunMacro] ; “(language)” ). Here, there are two problems, I can doing only if I’m writing a new e-mail (not from other applications), and it changes the notes.ini file correctly, but those changes do no take effect, until I restart Notes client.
3 - The last thing I tried to do, was to create another button on a toolbar executing this action: @Command([ToolsSetupMail]). this is not exactly what I want, because it opens “User Preferences → Mail → General”, and I want to open “User Preferences → International → Spell Check”. Is there any simmilar @Command to open this?
Does anybody know a way to this job more easyly?