And BTW, I can share Russian version of language.php :-)
Appnitro Software Forums » MachForm
Multi language
(34 posts)-
Posted 2 years ago #
-
gluk -- I got your support request, let's continue there. And yes, please send me the russian language file :-)
Posted 2 years ago # -
I made a russian version, saved as UTF-8, but now I get this error:
Cannot modify header information - headers already sent by (output started at ...machform/includes/language.php:1) in ...machform/view.php on line 89
Any idea, what am I doing wrong?
thanks in advance...
Posted 2 years ago # -
it might be the error come from your text editor, try edit the files with another text editor like notepad++ and also make sure there is no extra space/character before <?php
Posted 2 years ago # -
Kind regards to all and thanks in advance for any help or insights;
I will like to use the Brazilian-Portuguese and Spanish files if they are available, deeply appreciated !!
Posted 1 year ago # -
Yes, they both available. Please contact us directly and we'll send you the file.
Posted 1 year ago # -
>> Yes, they both available. Please contact us directly and we'll send you the file.
yuniar - Thank you for the prompt reply, I am having a ball with this new way of making forms !!
Posted 1 year ago # -
Hello,
everything is ok about the multilanguage for INPUT Label in form but my problem is that i can't translate the "Field Label" in multilanguage ??
We can't edit the Field Label via includes/language-fr.php or includes/language-de.php etc ?...
Thank you for your precious helpPosted 1 year ago # -
Hi,
Can anyone help please with a French language.php file?
Much appreciated.
Posted 1 year ago # -
drounding -- please contact us directly and we'll send you the file.
Posted 1 year ago # -
Hi al,
I have just bought this script and I have started to read a litle bit on this forum...
I still don't get if this is the good way for Multilanguage :
<?php
$form_id = (int) $_REQUEST['id'];
switch ($form_id){
case 1 : require('language-de.php');break;
case 2 : require('language-fr.php');break;
default: require('language-en.php');break;
}
?>
in language.php and adding different languages as : -de.php, -fr.php, etc...Also How can I get the french Translation file?
By advance, thank you very much...
PS. By the way, when the Version 3 is supposed to be ready ?Posted 1 week ago # -
As for now, that is the only method to do the multilanguage workaround.
You can contact us directly to get the french translation. Please mail to: customer.service [at] appnitro.comBeta version of MachForm v3 should be released this February, while the final version should be released about 1-2 months after the beta period.
Posted 1 week ago # -
Thank ou very much for your answer... and sorry for the email I have sent you
Posted 1 week ago # -
Ah.. I just got your email. Sorry for the late reply.
I've just replied to your email and sent you the files.Posted 1 week ago #
Reply
You must log in to post.