Set LANG
to C
or to en_US
. This will be affect of all programs unless you add an alias for man that sets the variable accordingly.
alias man='LANG=C man'
[edit: I tested it, LC_MESSAGES
changed the error message language, but not the manpage language]