rsegal
27th August 2003 17:19 UTC
Can LangDLL plugin selection dialog display Japanese text?
For the LangDLL plugin, is it possible to display japanese/chinese or other similiar characters in the language selection dialog? This is done for many of the european languages. For example "French" will show up as "Francais", I want to have the same thing for Japanese and/or Chinese.
Joost Verburg
27th August 2003 18:13 UTC
It only supports ASCII charecters, so if you need special charecters you should use the English name.
rsegal
27th August 2003 18:58 UTC
Ok thanks Joost. Any plans to expand support for other character sets?
Joost Verburg
27th August 2003 19:02 UTC
You can't use multiple character sets in one combobox. It could be possible to create you own combobox with support for multiple charsets, but it would require a lot of work and it's not very useful because users who don't have an OS supporting Japenese will get confused because of the weird stuff that will be displayed.
rsegal
27th August 2003 19:08 UTC
Ok that makes sense thanks Joost.