• Resolved dozokki

    (@dozokki)


    Hello,

    I would like to know how it is possible to change the language in this contact form. I want all the terms (Name, Phone, Email ID etc…) to be in Finnish. I tried to edit the .php -file by manually changing the texts. No luck, it’s still in English.

    Here is the example of what I tried to do, changing ‘Subject: ‘ to ‘Aihe: ‘:

    if(esc_attr(get_option(‘ai_visible_subject’))==”on” && $ai_subject != ”){

    $ai_admin_usermsg .= “<tr><td align=’left’ width=’80px’>”.__(‘Aihe :’,’aicontactform’).” </td><td>”.$ai_subject.”</td></tr>”;

    }

    Thank you.

    https://wordpress.org/plugins/responsive-contact-form/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter dozokki

    (@dozokki)

    To clarify:
    What would be the easiest way to have the form only in Finnish?

    Plugin Author August Infotech

    (@augustinfotech)

    Hello dozokki,

    Thank you for use plugin.

    Please create these two below files which would be important to convert contact plugin into your language and put those files into responsive-contact-form/languages/ folder.

    aicontactform-fi_FI.po and aicontactform-fi_FI.mo

    you can see the demo of other languages which our plugin support

    http://plugins.svn.wordpress.org/responsive-contact-form/trunk/languages/aicontactform-it_IT.po

    Thanks & Regards,
    August Infotech

    And when you have created the files? How do I switch to my prefered language?

    Plugin Author August Infotech

    (@augustinfotech)

    Hello eriklanden,

    We do not have to create these language translation file as we have any translation for Finnish language. So please create at you side and upload into language folder.

    Thanks & Regards,
    August Infotech

    Hello, I dont understand. Where do I change language?
    I cant find it under: “Responsive Contact Form Settings”

    Plugin Author August Infotech

    (@augustinfotech)

    Hello eriklanden,

    Please check below link to changes WordPress into your language.

    http://codex.wordpress.org/Editing_wp-config.php

    Please put below type of code into your wp-config.php file.

    define( ‘WPLANG’, ‘de_DE’ );
    define( ‘WP_LANG_DIR’, dirname(__FILE__) . ‘wordpress/languages’ );

    Hi. I have similar problem, can’t change the plugin language. My front-end is in Serbian and I used Codestyling Localization plugin to translate some fields of the Responsive Contact Form into Serbian language. Adequate aicontactform-sr_RS.mo and aicontactform-sr_RS.po are in plugin languages folder. Why language isn’t switched than?

    Never mind. Managed to find the issue and solve it.

    Plugin Author August Infotech

    (@augustinfotech)

    Hello gorca,

    Thanks For creating a new language file for our plugin and plugin did not translate text into your language because you have not properly give name to translate file. Please put below type of name for mo and po file into language folder and you get the solution.

    aicontactform-sr_SR.po
    aicontactform-sr_SR.mo

    Also it’s a good to everyone if you share plugin Serbian language file with us so we can put those files into our plugin and it helpful to others.

    Thanks & Regards,
    August Infotech

    To Whom It May Concern:

    I’m trying to modify the plugin (which I think it is simple, effective and works beatufully) from English to Italian but I’m not able to (I must admit I’m not that smart at these things).
    The entire WordPress framework is already in Italian (4.0 version). I’ve cheched via FTP and the .mo e .po in Italian are safely there (thanks for this as well).
    Would you be so kind to tell which steps shall I take exactly to switch to Italian?
    Please reply as you would be talking to a dummy (as it is probably the only way for me to understand).

    Thanks in advance
    Simon

    Plugin Author August Infotech

    (@augustinfotech)

    Hello Simon,

    Kindly follow below step for language switch

    Go to below link and install that plugin
    https://wordpress.org/plugins/multisite-language-switcher/screenshots/

    As per plugin instruction you can switch language.

    Let us know if any query.

    Thanks & Regards,
    August Infotech

    Hello …,

    Thanks for your reply and support.

    I’ve tried the plugin you indicated but, unfortunately, it does not work on the Genesis theme I’ve bought (it does not appear on the menu despite activated).

    Is there any other way to manage the language change in your plugin (even via ftp by configuring the plugin)? Should there be an option, I would kindly ask you to provide me the dummy-like step by step procedure.

    Thanks again for your support
    Simon

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Changing language’ is closed to new replies.