On sab, 2008-10-04 at 20:31 +0200, Thorsten Kampe wrote: > So why does my code (that does not query the locale and choose the > right tranlation file according to the locale) work?
Why it should not? QTranslator.load() takes care of embedding the locale name into the filename by itself (see the documentation). -- Giovanni Bajo Develer S.r.l. http://www.develer.com _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
