Re: [Xsltforms-support] Setting decimal separator in input fields
Brought to you by:
alain-couthures
From: Ivan P. <ipo...@ma...> - 2011-01-21 21:44:46
|
Hello, Alain! Yes, it should definitely be better to change it into a comma, since this is the standard in Russia! And another change is for the date format: for Russian locale it should be dd.MM.yyyy instead of dd/MM/yyyy. We changed it for us and it works! Thank you! Regards, Ivan Ponomarev. On 20.01.2011 0:15, COUTHURES Alain wrote: > >> Is there some direct way to set comma as decimal separator for number >> input fields? Comma is the the standard for decimal separator in Russia >> and for end users of the form, in XML file there should still be dot. > The value of a node bound to a number type will always contain a dot > while the properties/format.decimal element in the config.xsl file can > be set to a comma for input and output. > > The current config_ru.xsl contains a dot for properties/format.decimal. > Do you think it should be better to change it into a comma? > > Thanks! > > -Alain > > |