[bf1942] Where i can set this ?

Ryan C. Gordon icculus at clutteredmind.org
Sun Dec 22 21:14:42 EST 2002


> Where i can change English to French ?
> My server location are in France (Paris) not in United states...

This is probably due to Linux not having an equivalent of Win32's
GetSystemDefaultLCID() call. In linux, we default to locale ID #1033,
which is US English (my bias, all apologies).

As a workaround, you can export an environment variable to override this:

  BF1942_LCID=1036 ./bf1942_lnxded

"1036" is "French" according to Microsoft. A list of LCIDs is here:

  http://support.microsoft.com/default.aspx?scid=KB;en-us;q221435


Let me know if that fixes the problem.

--ryan.






More information about the Bf1942 mailing list