Hello friends:
How I can set the Date to format "DD/MM/YYYY" and Currency to "1.234,56"?.
I have export the LC_MONETARY and LC_DATE to es_ES (Spanish) in Linux terminal but I continues viewing the DateEdit in "DD-MM-YY", and Currency in "1,234.56" even if I set the displayformat or floatformat to "#,##0.00".
I think that Lazarus displays the format stored in environment variables (not work in my case), but I will like set the both formats in source code, because when my app run in other computer, if that computer have the environment variables in other language, my app will runs in spanish mode.
Other problem that I have is displaying currency (or float) in TDBEdit . The number stored in the field table is "1.174,33", and TDBEdit shows "8.3E+2" :?... how I can solve it?.
Thanks!!