vitamin
2008-Nov-09 01:19 UTC
[Wine] Re: Word 2003 - can't change default language from English (US)
James McKenzie wrote:> vitamin wrote: > > > Graeme wrote: > > > > > > > Got exactly the same problem Stefan. Have tried running regedit and changing language settings but no luck. > > > > > > There must be a simple explanation because I'm assuming that Word is picking up default settings from the system somewhere. > > > > > > > > > > > > Those registry entries are being reset on each start. Modifying them won't do you any good. What you need is: > > > > Code: > > export LANG=en_US.UTF-8 > > > > > Vitamin: > > That IS for American English. Graeme wants to change to another > language, but did not specify which one. >Oh right, overlooked that part. In that case en_EN & en_AU should do the trick.
skellert
2008-Nov-09 06:20 UTC
[Wine] Re: Word 2003 - can't change default language from English (US)
vitamin wrote:> Those registry entries are being reset on each start. Modifying them won't do you any good. What you need is: > > Code: > export LANG=en_US.UTF-8 > >Brilliant! It works! Thanks mate! Just to be clear for noobs out there... modify your /etc/profile and append that line. As noted in one of the posts above, en_US is the default, so you actually don't want to add that! Add your local language instead... so for me, I appended the following. Code: export LANG=en_AU.UTF-8 Cheers, Stefan