On 10 March 2011 21:49, Siara wrote:
> Hi
> I'm writing application which return json with data for another app.
> I'm from Poland so I set LANGUAGE_CODE = 'pl', the problem is that we
> are using coma instead of dot in float numbers, and setting language
> to polish changing dot for coma in jsons
Hi
I'm writing application which return json with data for another app.
I'm from Poland so I set LANGUAGE_CODE = 'pl', the problem is that we
are using coma instead of dot in float numbers, and setting language
to polish changing dot for coma in jsons, but i need dot.
I tried DECIMAL_SEPARATOR = '.