[CentOS] Setting a different LANG variable for a single GTK application?

Mon May 15 09:07:25 UTC 2006
Daniel de Kok <danieldk at pobox.com>

On Mon, 15 May 2006, Niki Kovacs wrote:
> Exec='LANG=fr_FR && gtkcdlabel'

There probably is a more elegant manner to solve this, but what about:

Exec=sh -c 'LANG=fr_FR ; gtkcdlabel'

-- Daniel