View Single Post
Old 04-11-2008, 10:28 PM   #185
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,438
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Ah you misunderstood you have to set an environment variable, like the PATH environment variable. The name of this variable is LANGUAGE or LANG and its value should be es for Spanish.

I'm not sure why you're seeing a polyglot of UI strings. Try running the libprs500-debug.exe program. That should give you a prompt. At the prompt execute the following code:

Code:
import locale
print locale.getdefaultlocale()
kovidgoyal is offline   Reply With Quote