![]() |
#1 |
Junior Member
Join Date: Oct 2010
Location: INDIA
Posts: 37
|
NSIS Multi Language
Hi.. I found few threads discussing about my issue. But i couldnt understand and also im not sure whether the thread has the exact solution for my issue. Im really sorry for that.
I have used MUI in my code. My installer supports multi language such as english and japanese as of now. Following are the code i use in my script. PHP Code:
Issue : 1.Dialog box appears only when i select " Control panel -> regional and language options -> Advanced -> Japanse" now dialog box appears with the languages " english and japanese" If i select Japanese my japanese characters are dsiplayed very well. 2.But having the language pack installed , when i select " Control panel -> regional and language options -> Advanced -> English" dialog box does not appear. When i inserted the code PHP Code:
having installed the language pack,y does it shows me junk ? Is there any way i can display the dialog box with out the code PHP Code:
should i need to deal with NSIS unicode version.. if yes. how? Thanks in advance.!!! |
![]() |
![]() |
![]() |
#2 |
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
Because normal NSIS installers are ANSI applications. You'll need to use the unicode build to get what you want:
1) Get Unicode NSIS 2) Get unicode versions of all the plugins you use 3) Save your script file to UTF-8 format instead of ANSI 4) Compile. |
![]() |
![]() |
![]() |
#3 |
Junior Member
Join Date: Oct 2010
Location: INDIA
Posts: 37
|
Thanks MSG.. i'l do as u said it and i'l update you
![]() |
![]() |
![]() |
![]() |
#4 |
Major Dude
|
I had similar problem:
I used several languages: code: But I did not see the texts correctly - for example arabic fonts were not rendered correctly. I suppose this is whe Windows related problem, maybe some settings in Language and region options could help Cool looking installers with custom design: www.graphical-installer.com Create Setup Pages easily: www.install-designer.com Build installers in Visual Studio 2005-2022: www.visual-installer.com or RAD Studio 2009 - 11 Alexandria: www.rad-installer.com |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|