On 10 March 2011 21:49, Siara <pawel.skrzyn...@gmail.com> 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, but i need dot.
> I tried DECIMAL_SEPARATOR = '.'  but its doesnt work, it looks like
> LANGUAGE_CODE is overwriting DECIMAL_SEPARATOR settings.
> So any ideas how to keep polish internatiolization with
> DECIMAL_SEPARATOR as dot intead coma ?
>

This looks like a usage question to me, so please direct your question
to django-users. You should include the code you're using to serialize
your data (and the data you're serializing).

-- 
Łukasz Rekucki

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to