|
From: jwray <jon...@fi...> - 2007-12-13 05:52:04
|
Hi, I'm currently working on improving Mac support. As part of that I submitted a patch recently that use Toolkit.getMenuShortcutKeyMask() to change shortcut definitions to their platform specific value. However, Peter pointed me in the direction of a more complete solution using the variant aspect of Locale. I have something working but I have a question that people with more experience with i18n may be able to help me with. Basically, what I'm experiencing is that if I want macos specific variants I need to specify both the language and the country files, eg, using English as an example, messages_en_GB_macosx.properties and messages_en_US_macosx.properties, which contain the same content. Is there a way to specify a macosx variant file for all English speaking countries, and not have to have a file for both GB and US? I've tried messages_en_macosx but that does not work. I can't find this mentioned anywhere on any i18n discussions and every combination I've tried so far does not work. thanks, Jonny -- View this message in context: http://www.nabble.com/i18n-Questions-tp14310171p14310171.html Sent from the springframework-rcp-dev mailing list archive at Nabble.com. |