search for: get_lang

Displaying 1 result from an estimated 1 matches for "get_lang".

Did you mean: set_lang
2008 Nov 28
0
regarding localization
...ot;text/javascript"> function startRequest(){ var xhr; var lan_Id = document.getElementById("category").value; alert(lan_Id); var uri_orig = window.location.href; alert(uri_orig); new Ajax.Updater(''update'',''get_lang'', { onComplete: function(request){ Element.hide("spinner"); }, parameters: ''lan_Id='' + encodeURIComponent(lan_Id) }) } </script> actually ''get_lang'' method...