change locale for short time

Hi ALL
I am post here some info from terminal

my local is ru.RU

but when I try to post here some output from terminal
for example


~> zypper --help
  Использование:
	zypper --общие-параметры] <команда> --параметры-команды] аргументы]

  Общие параметры:
	--help, -h		Справка.
<skipped>

the output is for local ru.RU this is not comfortable to most of people here

so my question is

how can I change my local for short time to local en.EN or what ever I need to post here
that output will be in english?
I am sure there is some variable in system I guess it should be something like this

env local=en.EN zypper --help

just like

env WINEPREFIX=/home/USER/.anotherwinedir wine foo.exe

hope you understand what I mean
thank you in advantage )))

found solution

> LANG=en zypper --help
  Usage:
	zypper --global-options] <command> --command-options] [arguments]

  Global Options:
	--help, -h		Help.
	--version, -V		Output the version number.
	--quiet, -q		Suppress normal output, print only error
				messages.
<skipped>

didencool wrote:

> how can I change my local for short time to local en.EN or what ever I
> need to post here
> that output will be in english?


LANG=en_EN.UTF-8 zypper --help


That should do the trick :slight_smile:

Greetings,


Camaleón