Skip to content
⌘ NSIS Forum Archive

Can LangDLL plugin selection dialog display Japanese text?

5 posts

rsegal#

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#
It only supports ASCII charecters, so if you need special charecters you should use the English name.
Joost Verburg#
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.