Currently working with NSIS to make an installer on my PC game, and I'm having a weird issue :
I've defined my languages like such
!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "French"
!insertmacro MUI_LANGUAGE "Portuguese"
!insertmacro MUI_LANGUAGE "Spanish"
!insertmacro MUI_LANGUAGE "German"
!insertmacro MUI_LANGUAGE "Russian"
I see all languages correctly, excepot for the Russian one. I can't seem to be able to see that one. Is it because it uses a different font or something ? How can I make it display all languages correctly ?