|
|
#1 |
|
Junior Member
Join Date: Jan 2008
Posts: 2
|
localizing the messagebox "ok" text
I created a test installer as the following:
Outfile test.exe !include "MUI.nsh" !insertmacro MUI_LANGUAGE "English" !insertmacro MUI_LANGUAGE "French" Function .onInit !insertmacro MUI_LANGDLL_DISPLAY FunctionEnd Section "secDummy" MessageBox MB_OK $LANGUAGE SectionEnd But, the "ok" button on the messgebox still shows "ok" when i select french as the language. Could you please let me know how can i localize the "ok" text on the message box? Thanks a lot. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jan 2008
Posts: 2
|
Thanks for letting me know this.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|