Quote:
Originally Posted by imran_khatri
but how to add URDU lang in it becouse Google Translater has urdu but this don't have. any sulotion?
|
In the code find:
Code:
pageLanguage: 'en',
Add this below:
Code:
includedLanguages: 'ur'
On the
Translate Tools Site is where you'd generate the code if you need advanced options, you should have a close look there and at the auto generated code it provides.
Quote:
Originally Posted by BadgerDog
That's what I was trying to say, albeit badly, in my post above, repeated here:
|
I'm not sure I understand the
increased loading time thing. Pages don't load any slower with this in footer that I can see.
If you mean the same thing as this comment:
Quote:
getting a constant "transferring data from translate.googleapis.com" in the status bar?!?!
|
as mentioned earlier, this is google's code. I can't account for the connection or accuracy of this tool. I didn't make the translator, I only added it to vB using the code I've shared here. I do not think that message in the footer of your browser is a problem, nor slowing page load speed when it's not being used.
When it is in use, sure the time it takes translate a page and finish "transferring data from translate.googleapis.com" to your browser there might be some delay.