Click on the question below to get the answer.
- What are the differences between the various Support Levels?
- I am not sure if the limit I chose for the number of translations per month will be enough. What happens if I go over?
- What is the "Number of words per translation" limit?
- When I click on the "End of translation" icon, does that count as 1 translation?
- If I hit the back button to access the previous translation, does this count as 1 translation
- Regarding the Custom Dictionary, what do you mean by "25 words"? For example, if you add someone's name in the dictionary, is this considered 1 or 2 words?
- Can I remove all WorldLingo branding?
- I do not want to put the translation links on my homepage. Can I put them anywhere else?
- My website has dynamic content, will this still be translated?
- How can I translate JavaScript initiated links?
- The IWT is on my website, but the page reloads in English when I click on a translation link.
- I have a problem with translating a page with the IWT a second time.
- Secure pages (HTTPS) fail to translate.
1. What are the differences between the various Support Levels?
Bronze - Minimum technical support. Customers may use this FAQ to resolve the issue at hand or contact WorldLingo support using the online contact form, and a reply will be received within 10 business days. Some additional costs may occur for customization of service: $50/hour for standard rules (Custom dictionary, Domain name masking, Translation of user data), and $150/hour for customization issues (Custom ad banner, Custom style, logins, etc).
Silver - Medium technical support. Customers can contact WorldLingo using the dedicated online form in their account and a reply will be received within 48hrs. Customers may also use this FAQ to resolve the issue at hand. Customers can also receive usage statistics upon request. Some additional costs may occur for customization of service: $50/hour for standard rules (Custom dictionary, Domain name masking, Translation of user data), and $150/hour for customization issues (Custom ad banner, Custom style, logins, etc).
Gold - Maximum technical support. Customers can contact WorldLingo using the dedicated online form in their account and a reply will be received within 24hrs. Customers may also use this FAQ to resolve the issue at hand. Customers can also call +1 877 315 1860 (toll free) to contact the Technical Team or Customer Support. Customers can also receive usage statistics upon request. Technical support for standard rules and customization will not be charged (within reasonable use).
2. I am not sure if the limit I chose for the number of translations per month will be enough. What happens if I go over?
The basic service comes with 10,000 translation requests per month; however we offer 3 higher limits: 50,000, 100,000 and unlimited translations. If the limit is reached before the end of the month, an email will be sent to WorldLingo Customer Support and we will contact you to upgrade the subscription for the following months. If you upgrade, the "limit exceeded" counter will reset to 0. If you decide not to upgrade and this situation occurs again, the service will stop functioning once the monthly limit has been reached.
3. What is the "Number of words per translation" limit?
Our Instant Website Translator performs the translations by extracting the content of your page by batches of words. These batches can be of 4 different sizes: 500 (basic service), 1,000, 2,500 and 5,000 words. If the limit is reached before the end of the page, an "End of translation" icon will appear and by clicking on it, the IWT will translate the next batch of words. To find out what is the most suitable limit for your website, we recommend extracting the text of the longest page of your site - including hidden text from drop-down boxes, image tags, etc - and perform a word count (you can do this easily with Microsoft Word). Based on the result, you can determine the number of words per translation limit for your service.
4. When I click on the "End of translation" icon, does that count as 1 translation?
Yes
5. If I hit the back button to access the previous translation, does this count as 1 translation?
No, because it is till in the browser memory. If you close your browser or refresh the page, it will then count as a new translation.
6. Regarding the Custom Dictionary, what do you mean by "25 words"? For example, if you add someone's name in the dictionary, is this considered 1 or 2 words?
In the Custom dictionary, you can either enter a word or a group of words, and depending on how you enter them the results may be quite different. For example, if you take the sentence: "WorldLingo Translations LLC can provide fast translations of your website with their Instant Website Translator." and your dictionary contains the following 4 words to be skipped:
- WorldLingo
- Translations
- LLC
- Instant Website Translator
Then the following words will not be translated:"WorldLingo Translations LLC can provide fast translations of your website with their Instant Website Translator." As you can see, even though "fast translations" wasn't part of a brand name, the word "translations" still didn't get translated because it is on its own in the dictionary. On the other hand, "your website" would have been translated, because the word "website" on its own is not part of the dictionary. In reality, you can even enter a whole paragraph in the dictionary and still have it counted as 1 "word".
7. Can I remove all WorldLingo branding?
There are 3 instances of branding that comes with the IWT:
- The logo next to the translation links can be removed by going to Modify › Optional › WorldLingo Logo Option
- The ad banner on the translated pages can be removed by going to Modify › Optional › Translation Details Size
- The www.worldlingo.com URL that appears in the address bar of the translated page can be masked by going to Modify › Advanced › Domain Name Masking. Please read the "More Info" link for detailed instructions.
8. I do not want to put the translation links on my homepage. Can I put them anywhere else?
While we recommend putting the translation links on the homepage of you website for higher visibility, it is possible to place the IWT on any page of your website. You could also place it on your header/footer so it will appear on every page. The only restriction is that the translation links must be placed before or on the login page if you have any: if the translation is performed after being logged in, the cookies will be reset and you visitor's session will end.
9. My website has dynamic content, will this still be translated?
Regardless of the type of content or even of the programming language used to create your website, the information that you would normally send to the end user is transferred in html. Because the IWT enables our servers to act as a proxy, all the html data that you would normally send to your visitor is first translated by our IWT then forwarded to the end user.
10. How can I translate JavaScript initiated links?
To aid with the translation and processing of html pages that contain javascripts, we have a special javascript that will make sure your javascripts will link to the correct URL's when translated. This javascript will allow you to determine if your web page has been translated by our software.
Simply copy and paste the code below and insert it as the first script in the header of the page that contains the Instant Website Translator.
<script language="javascript" id="wl_base">
var wl_bj_pre = ""; // The standard WorldLingo translation link (just append the FULL destination url)
var wl_bj_pre_bpath = ""; // The standard WorldLingo translation link with BASE href path included
var wl_bj_bhref = ""; // The BASE href of the current page
var wl_bj_app = ""; // Extra parameters etc. that are added to the end of the translation link
var wl_bj_ourl = ""; // The original page that has been translated
var wl_bj_rurl = ""; // The previous page that the user viewed
var wl_bj_srclang = ""; // The source language ISO language code (eg. EN) for this translation
var wl_bj_srclanguage = ""; // The source language (eg. English) for this translation
var wl_bj_trglang = ""; // The target language ISO language code (eg. EN) for this translation
var wl_bj_trglanguage = ""; // The target language (eg. English) for this translation
</script>
Then in your code you can add the "wl_bj_pre" variable in front of each link you have in the menu (or more conveniently
have a function call instead of the URL's in your script, then in the function you could construct the appropriate link)
For instance the URL's would look like this:
window.top.location = wl_bj_pre + "http://www.yourdomainname.com/about.html";
The idea is that on the original page the "wl_bj_pre" variable is empty resulting that the link works as before. But once the page has been translated the link is now prefixed with our translation link which will translate the target page as expected.
11. The IWT is on my website, but the page reloads in English when I click on a translation link.
The first thing to do will be to check that your subscription contains the same domain name as the website you are trying to translate. For that, go to Modify>Compulsory>Domain name and make sure it is the same (you do not need to put the www. in front). If the domain names match, please contact WorldLingo Technical Support.
12. I have a problem with translating a page with the IWT a second time.
This is caused by using an outdated IWT (Instant Website Translator) code in the original page. It is missing an important HTML SPAN tag around the code. Please download the IWT code again from our management page and reinsert into the web page in question.
13. Secure pages (HTTPS) fail to translate.
It is most likely caused because the root CA that issued your certificate is not widely recognized as a certificate authority. Please contact technical support.