Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6952445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:21:01+00:00 2026-05-27T14:21:01+00:00

I am trying to create multilingual website using jquery.I just wanted to translate web

  • 0

I am trying to create multilingual website using jquery.I just wanted to translate web content to another language automatically without page refresh..I was searching for this .. but most of them were like adding equivalent translated content for the default language..but I don’t want to add the other language content manually and I want to achieve the translation with in the site instead of going Google translation page..so any one can assist me the best way to achieve this..if there is any package to do so please let me know.. Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T14:21:01+00:00Added an answer on May 27, 2026 at 2:21 pm

    You could do this, but bear in mind that you would need to request google’s APIs every time you want to translate a text on your website and that translations may be wrong (Everyone can submit translations to translation services like google, turkish “üüüüüüüüüüüüüüüü” translated to “Pokemon” a while ago)

    You would need some kind of <span class="translate-me">This is my text</span> and a javascript like

    $( '.translate-me' ).each( function() {
    
        var textToTranslate = $( this ).text();
        var translatedText = '';
    
        $.ajax( {...} ); //request to google translate api
    
        $( this ).text( translatedText );
    } );
    

    The best approach is using simple PHP and a fine translation system that has all translations stored in XML/PHP files or in the database, if you managed to keep your PHP code clean, maintainable and fast, there shouldn’t be any problems.

    You shouldn’t really optimize pages to have no page-reloads, if you actually change the whole page with your actions

    Having small parts of the page loading content without a reload is the real purpose of AJAX

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying create a bot which automatically likes Facebook posts. Using Mechanize I can
Trying to create several layers of folders at once C:\pie\applepie\recipies\ without using several different
Ok so I am trying create a login script, here I am using PHP5
I trying create a class derivated from System.Web.UI.Page and in override Render i set
Trying to create a comment application on my website. Data is not inserted properly
While Trying to create a Menu to SubMenu using InsertMenuItem: MENUITEMINFO mii = {
I'm trying to make a multilingual website in Drupal. My languages that I need
I am trying create alert dailog using glade,but its not working .am i doing
I'm trying create an executable for Windows for a GUI application in tkinter using
I am trying create a search word puzzle box with JQuery. Basically a table

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.