Alex Smirnov wrote:


You can set the language in the environment options, second tab.

To bootstrap (it might be hard if you don't see any text at all), do export LANG=en_US.utf8
./lazarus
at the console.

Vincent.

*Thank you, Vincent.*

But it does not work. I got SAME result - no text in Lazarus main window menu. :-)

So my questions are:
1)How can I switch OFF any localization and make a Lazarus in pure English?

Can you write down the precise steps you have made? It works here.

A third way is change the environmentoptions.xml in ~/.lazarus. Look for language ID and set it as follows:
    <Language ID="en"/>


2)About files in /languages directory - as I see there are 3 types of russian files - simple "ru" files are for KOI8, "ruwin" are for win1251, and "ruutf" are for ru.UTF8. For what are they? Can I use them to get a russified Lazarus that will work?

The KOI8 and win1251 files are obsolete and should not be used in lazarus anymore. They remain there until they have been merged to ruutf file, which will be rename to ru then. Of course this has to be done by somebody capable of reading Russian.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to