Hi! This game uses country flags for the language selector, which is problematic in many ways. There's countries with several languages, and langauges spoken in several countries. The accepted solution to localizing language selections is to display the language names in their localized form because that's something each user should be able to read correctly. And those appear to be already there in classes/lang.py:self.lang_titles, they just need to be displayed instead of the flags. (I've started translating the game to Catalan, so having this fixed would also relieve me from having to create a flag button :) Thanks, Guillem
Hi! This sounds like a very good suggestion. When the game started it was only in English then I added Polish so it was somewhat intuitive to use the flags, particularly when the main user of the game could speak both languages but wasn't able to read :) but with growing number of languages the game is translated to, including some not necessarily easy to attribute a flag to, I must agree with you that it is no longer a viable option to stick to flags. With the next major source release I will replace images with "the language names in their localized form". Thanks Guillem for pointing this (and other issues) out, Ireneusz Imiolek