os.environ["LANGUAGE"] = language# try to set the locale to the platform default, but if that fails# log a message and set it to C.try: locale.setlocale(locale.LC_ALL,"")exceptlocale.Error:print"gtcache.init: setlocale failed. setting locale to 'C'"locale.setlocale(locale.LC_ALL,"C...