Hi Rolf, you have to make sure the translation file is in the right path. It should be here:
/usr/share/qlandkartegt/translations/qlandkartegt_de.qm If you compile the code on your own, cmake uses the default prefix /usr/local. Thus the file is in /usr/local/share/qlandkartegt/translations/qlandkartegt_de.qm Nothing wrong with that as long as your system searches that path for translations, too. To be sure I would suggest: sudo make uninstall ccmake ../QLankarteGT now change CMAKE_INSTALL_PREFIX to /usr and press c and g. make sudo make install HTH Oliver > Gesendet: Mittwoch, 21. Mai 2014 um 22:01 Uhr > Von: [email protected] > An: [email protected] > Betreff: [Qlandkartegt-users] compiling and language settings > > hi all, > > i can compile the qlgt and it run fine (the svn-trunk), but how can > i switch to german language? My system is setup in german, but i > can't find some swich for german. the LC_* is set correct. > > Thanks in advance, > rolf > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Qlandkartegt-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users > ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
