def get_language(code): try: return tgformat.get_language(code) except KeyError: return tgformat.get_language(code, 'en')