I am developing a multi country multi language application and one of the issues I have are the decimal point separator and the date format. I am aware of the setLocale method, but the only changes I have seen are in translations. Do I have to use PHP's built in setlocale method to format the number and date correctly or is there another way?
Also, numbers (money) are stored in database MySQL, should I use a datatransformer at the form fields with using the locale or will they be handled automatically by symfony?