Forums / Setup & design / what is the language code for submiting by user ?

what is the language code for submiting by user ?

Author Message

Selmah Maxim

Wednesday 21 May 2003 3:06:32 am

Hi ..

I need to insert the language code when user sumbit somthing, i had tried everthing, but always the sumbited object is going to the english language, i had tried this :

<form enctype="multipart/form-data" method="post" action={concat("/content/edit/",$object.id,"/",$edit_version,"/",$edit_language|not|choose(array($edit_language,"/"),''))|ezurl}>

and this :

<form enctype="multipart/form-data" method="post" action={concat("/content/edit/",$object.id,"/",$edit_version,"/hu/")|ezurl}>

and this :

<input type="hidden" name="TranslationLanguageEdit" value="hu" />

but i got nothing, how can i do this ?

thx.