On Feb 10, 2010, at 10:47 AM, ext Denton V. wrote: > Hi, > The option to choose the installation language of Qt creator at runtime > would be very nice.
This has been added to Qt Creator for post-1.3 . > It would be even better if Qt Creator could take cues from the OS language. It does, and sees that your OS is set to use German :) > My computer is set to German locale, but everything else (esp. my > development environments) is in English. Unfortunately I don't think there is a way for Qt Creator to know about what language is used by your "development environments". > Qt Creator just goes ahead to install in German without asking!! > > Or if there is a way to select the language, could someone please tell me. With 1.3.x the only option is to set the LANG environment variable before starting Qt Creator, e.g. LANG=en. If you compile Qt Creator from source from the master branch (or use a 1.3.80 binary snapshot), there is Tools->Options->Environment->User Interface Language. Br, Eike -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
