I could do it with a strcmp like:
StrCmp $LANGUAGE ${LANG_ENGLISH} 0 +2
File "readme-en.rtf"
StrCmp $LANGUAGE ${LANG_GERMAN} 0 +2
File "readme-de.rtf" ... But that's very complicated for many languages.Why can't I just use LangStrings? Is there any other method doing it.
Thanks in advance
Konrad