or in fact i need to ask how to add an action for a button ( in the web ) to be able to put the set_dyntranslators('ar') into this action?
my browse.py code is :
connect('browse_language', base_href, self.browse_language)
def browse_language(self, lang):
set_dyntranslators('lang')
i'm getting a 404 (path not found) when compiling
Last edited by Naderstouhy; 07-25-2011 at 09:17 AM.
|