Victor Porton wrote:
> I want to write a multiuser application which uses multiple languages (one
> language for logging and a language per user).
>
> https://docs.python.org/3/library/gettext.html describes a procedural
> gettext interface. The language needs to be switched before each gettext()
I want to write a multiuser application which uses multiple languages (one
language for logging and a language per user).
https://docs.python.org/3/library/gettext.html describes a procedural
gettext interface. The language needs to be switched before each gettext()
call.
I want an object orie