what should I do to get this if-structure working?
!If ${LANGUAGE} == 1031I want to install a specific file on different languages.5 posts
!If ${LANGUAGE} == 1031I want to install a specific file on different languages.!include LogicLib.nsh
#...
${If} $LANGUAGE == ${LANG_GERMAN}
#...
${EndIf}