Re: Localized mnemonics, ComboBox PrototypeDisplayValue, JavaHelp
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Organization | http://freemail.web.de/ |
| Message-ID | <[email protected]> |
Sorry folks I do come up with that topic quite late but I found an easy solution for this which works IMHO not only since the last versions of swixml. The simplest way to have localized mnemonics is to insert them in your resource file as you might already done so with the localized strings. E.g. if you want to have the first character as mnemonic in a button: in the xml you write: <button action="cancelAction" text="Cancel" nemonic="CancelLetter"/> In your default resource property file (english): CancelLetter=67 Cancel=Cancel You may as well have a german version: CancelLetter=65 Cancel=Abbrechen Hope to have helped, though. Sorry I did not get it the time the question occured. Must have been on holiday or quite busy :( Frank