I am using nsis - MUI to create installer. I am facing a problem that when I do something like this:
!insertmacro MUI_LANGUAGE "Czech"
!insertmacro MUI_LANGUAGE "Slovak"
... in selection of language during the instalation I am getting names of languages withou special character.
So for Czech language I am getting "Cesky" instead of "Česky". Is there any possibility how to solve this