def get_users_language(self): # XXX TODO Right now there is no support to store users preferred # language. Therefore we send the mails always in the current selected # language. return get_locale()
def description(self): return {get_locale(): self.response.text}