Skip to content
⌘ NSIS Forum Archive

About shortcut on windows

2 posts

yzldni#

About shortcut on windows

Now , i have a problem is i make a installer is Multi language,it is in simpchinese system display simpchinese , in english system display english, in tradchinese system display tradchinese....


But i make a shortcut is uninstall, when my system is english , the shortcut is display uninstall, but when i select system language is simpchinese in my english system, it is uninstall, too. Why??? How i can display simpchinese when i select system language is simpchinese...

Sample:
LangString UNINSTALL ${LANG_ENGLISH} "Uninstall"
LangString UNINSTALL ${LANG_SIMPCHINESE} "卸载"
LangString UNINSTALL ${LANG_TRADCHINESE} "卸載"

I want in my english system select the area language is “chinese”, and when i reboot my computer the shortcut is "卸载"。。。How i can do?******
Anders#
You must post more code, you are talking about shortcuts but there is no shortcut related code here...