• Resolved elblogbruno

    (@elblogbruno)


    I’ve got a multilingual WordPress installation with buddypress using wpml.
    The problem is for example my Spanish users fill in location in Spanish so then for example my English users can’t find Spanish users by location because it’s in Spanish and viceversa.
    Any solution?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author shanebp

    (@shanebp)

    You could try adding the language parameter to the script tags.

    Untested:

    In this file: bp-xprofile-location\inc\pp-field-type-location.php
    In this function: pp_loc_scripts_styles()
    Find: '&libraries=places'
    Change to: '&libraries=places&language=es'

    • This reply was modified 6 years, 8 months ago by shanebp.
    Thread Starter elblogbruno

    (@elblogbruno)

    Thanks for answering.
    Does this work with WPML? I mean I want the data entered to be in spanish and english for both my web users.

    • This reply was modified 6 years, 8 months ago by elblogbruno.
    Plugin Author shanebp

    (@shanebp)

    I doubt it. It’s an either / or setting specific to the Google api.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Translate plugin strings’ is closed to new replies.