Hi zopistas...
I can translate a message with...
translated = context.translation_service.translate('mydomain', message)
But how can I get the charset of the translated message, as the various
languages from the associated MessageCatalog may have different charsets
(ASCII, ISOxxx,...).
Many thanks in advance for any hint.
--Gilles