durumdara schrieb:
> I want to get localized informations like month names, format
> parameters, etc.

Month names are available through calendar.month_name. Format
parameters are available through locale.localeconv.

> Have the Python a way to get these informations in uniformed way (like
> php) to avoid multiplatform problems ?

It exposes all of the C locale API, yes. Whether that's like php,
I don't know.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to