hi,
i am using mulitple language facility in my script.
In some custom pages i am using lables using .ini file.
now for using multiple language facility with my text of those lables in my .ini file what should i do.
plz help me..
thanks,
ankur
how to use multiple language with .ini file
4 posts
-Stu
!include LogicLib.nsh
#...
${Switch} $LANGUAGE
${Case} ${LANG_ENGLISH}
!insertmacro MUI_INSTALLOPTIONS_WRITE "file.ini" ...
${Break}
${Case} ${LANG_FRENCH}
!insertmacro MUI_INSTALLOPTIONS_WRITE "file.ini" ...
${Break}
${EndSwitch}
Thanks a Lot
Take a look at the moreinfo plugin multilangue examples. (Wiki)