Page MenuHome GnuPG

--language option
Closed, ResolvedPublic

Description

Our software invokes GnuPG under mod_perl, which does not propagate useful
environment variables (like LANGUAGE, LANG, or LC_ALL) to subprocesses. GPG's
language detection is basically limited to environment variables and system
settings. It'd be great to have a --language option so we have more direct
control over GPG's output.

Thanks!

Details

Version
1.4.11

Event Timeline

sartak added a project: Feature Request.
sartak added a subscriber: sartak.
werner added a subscriber: werner.

Please use a wrapper for this. The problem with an --language option is how
should we display messages pertaining to option parsing if we don't have the
languages already set. This might lead to a mixup of languages which for sure
will yeild in complains by other users.

werner claimed this task.