Results 1 to 4 of 4

Thread: recaptha lang hardcoded

  1. #1
    Thread Starter
    Newbie webslco's Avatar
    Join Date
    Dec 2010
    Posts
    3
    Thanks
    0
    Thanked 1 Time in 1 Post

    recaptha lang hardcoded

    language is hardcoded and i need 'fr' not 'en' .
    in wp-content/themes/classipress/include/appthemes-functions.php
    line 99
    PHP Code:
    var RecaptchaOptions = {
                custom_translations : {
                    instructions_visual : "<?php _e('Type the two words:','appthemes'?>",
                    instructions_audio : "<?php _e('Type what you hear:','appthemes'?>",
                    play_again : "<?php _e('Play sound again','appthemes'?>",
                    cant_hear_this : "<?php _e('Download sound as MP3','appthemes'?>",
                    visual_challenge : "<?php _e('Visual challenge','appthemes'?>",
                    audio_challenge : "<?php _e('Audio challenge','appthemes'?>",
                    refresh_btn : "<?php _e('Get two new words','appthemes'?>",
                    help_btn : "<?php _e('Help','appthemes'?>",
                    incorrect_try_again : "<?php _e('Incorrect. Try again.','appthemes'?>",
                },
                theme: "<?php echo get_option($app_abbr.'_captcha_theme'?>",
                lang: "en", // <---- here !!!
                tabindex: 5
             };

  2. #2
    Veteran bluecafe's Avatar
    Join Date
    Apr 2010
    Location
    Berlin
    Posts
    1,563
    Thanks
    58
    Thanked 359 Times in 273 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Newbie webslco's Avatar
    Join Date
    Dec 2010
    Posts
    3
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: October 15th, 2010, 01:47 PM