|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 |
|
Senior Member
Join Date: Aug 2007
Location: Frankfurt, Germany
Posts: 187
|
MessageBox Displays English Buttons when German/Japanese was chosen as Setup Language
Hi all,
i have a problem with an Installer displaying english buttons in a MessageBox, when german (or japanese, other languages not tested) are chosen as the installers language. ![]() The code is use to reproduce this issue ist as follows: PHP Code:
Any ideas where i could look for the solution to this? I thought maybe the Regional Settings affect this, but all settings i found where turned to german, so i tend to rule this out. As always, any help is appreciated ![]() [Edit]: NSIS is version 3.01 Thanks a lot x Last edited by xbarns; 23rd October 2017 at 12:41. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
The button text comes from Windows.
NSIS does not call InitMUILanguage nor SetProcessPreferredUILanguages but I don't think they would help. IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Aug 2007
Location: Frankfurt, Germany
Posts: 187
|
Hi Anders,
thanks for clearing that up, i suspected something like this. x |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|