I'm using Windows Vista with Czech (cs) locale and creating install program in NullSoft Installer 2.0.40 with Czech localization. I have a problem with page "MUI_PAGE_DIRECTORY" (MUI2). There are labels "Space required" and "Space available" with numbers.
With english translation you can see:
"Space available: 16.9GB"
With czech translation you can see:
"Volne misto: 16.9GB"
This is wrong because number format doesn't respect czech locale. Right format is:
"Volne misto: 16,9 GB"
The same for "Space required".