2
votes

I want to ask a question how to change the installer language.

This is what i wrote in the code:

LoadLanguageFile "${NSISDIR}\Contrib\Language files\Romanian.nlf"

Now I loaded it, but how to run it?

1
You need to load more than one .nlf, loading just one means only that language so there is nothing to change... - Anders

1 Answers

0
votes

You set $Language with StrCpy in .onInit.

This is usually done with MUI_LANGDLL_DISPLAY or the LangDll plugin so that the user can choose from a list of languages.

NSIS will try to use the "best match" language as the default...