<br><div><span class="gmail_quote">On 5/18/07, <b class="gmail_sendername">Dotan Cohen</b> <<a href="mailto:dotancohen@gmail.com">dotancohen@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
My system is not in English, but I want Open Office to always open in<br>English. I know that I can append LANG=C to all the commands that open<br>OOo, but there are many: sometimes I click on a file in Konqueror,<br>sometimes I open OOo from the K menu, sometimes from within an email,
<br>and more. Where can I configure OOo to always be in English?<br><br>Note that I'm not looking for an OOo-specific answer. There are other<br>apps too, such as The Gimp, that I'd simply prefer for them to be in
<br>English no matter where I open them from.<br></blockquote></div><br>The commands that are used to open OOo are all scripts that start the OOo binary.  I think that you could solve your problem by setting the LANG environment variable at the beginning of these scripts ...
<br><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">$ ls -ltr /usr/bin/oo*</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
-rwxr-xr-x 1 root root 2985 2007-03-24 08:09 /usr/bin/ooo-wrapper</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">lrwxrwxrwx 1 root root   11 2007-04-02 15:33 /usr/bin/oofromtemplate -> ooo-wrapper
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">lrwxrwxrwx 1 root root   11 2007-04-02 15:33 /usr/bin/ooffice -> ooo-wrapper</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">lrwxrwxrwx 1 root root   11 2007-04-02 15:33 /usr/bin/oowriter -> ooo-wrapper</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
lrwxrwxrwx 1 root root   11 2007-04-02 15:33 /usr/bin/ooweb -> ooo-wrapper</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">lrwxrwxrwx 1 root root   11 2007-04-02 15:33 /usr/bin/oocalc -> ooo-wrapper
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">lrwxrwxrwx 1 root root   11 2007-04-02 15:33 /usr/bin/oomath -> ooo-wrapper</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">lrwxrwxrwx 1 root root   11 2007-04-02 15:33 /usr/bin/ooimpress -> ooo-wrapper</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
lrwxrwxrwx 1 root root   11 2007-04-02 15:33 /usr/bin/oodraw -> ooo-wrapper</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">lrwxrwxrwx 1 root root   11 2007-04-02 15:33 /usr/bin/oobase -> ooo-wrapper
</span><br><br>-- Vince<br>