Re: Problem with DECIMAL_SEPARATOR

2011-03-10 Thread Ɓukasz Rekucki
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

Problem with DECIMAL_SEPARATOR

2011-03-10 Thread Siara
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 = '.