On macOS, you may find that you can't type a decimal comma on the numeric keypad — a period is entered instead. In this case, the application was started with a Java language setting other than Czech.
ℹ️ This applies to macOS only and only concerns the desktop application settings.
Steps
In Finder, open the Applications folder, right-click (or Ctrl + click) on FlexiBee.app, and choose Show Package Contents.
Open the file
Contents/Info.plistin a text editor.Near the bottom of the file, find the list of Java parameters — you can identify it by the
-Xmxparameter (e.g.<string>-Xmx1g</string>).Add two lines below this parameter:
<string>-Duser.country=CZ</string>
<string>-Duser.language=cs</string>Save the file and restart Flexi.
📝 The specific value for -Xmx varies for each installation depending on how much memory you have allocated for Java — see the article Increasing memory for Java. Add parameters without overwriting the existing value.




