JavaHelp & multilanguage support

Hello.

I bumped into a big problem. I can't see any way to solve it.

My Java applet has a help system. Also there is a multilanguage support within applet. And user can switch applet's language on fly without any restart procedure. And that created a big trouble for me.

I can't realize the hot language switching winthin the JavaHelp system,

Imagine that the user opened the help system and than switched to the applet. In that way the help window was went to inactive state. Than the user chose another language within applet.

Can anybody tell me how do I switch the help system into another language without it appearance?

I tried to use Presentation.setHelpSet() function but after I do that the help window appear again. But I don't need it.

Any advices will be appreciated.

[841 byte] By [bulba_aa] at [2007-10-3 1:20:23]
# 1

I am sorry I can't help you, but perhaps you can help me. My applet

(see www.rimfrost.no) is multilingual (english, french, spanish, german finish, icelandic, norwegian). All String and labels are arrays; the language pointer point at the String/label to be shown. However this will not work with russian. Do you have have any suggestions?

Thank you in advance

Sigmund Hov Moen

rimfrosta at 2007-7-14 18:17:34 > top of Java-index,Desktop,Developing for the Desktop...