Hi !
I have a few pre-sales questions ... I have vBulletin 4.0.8 forum ... and I am interesting to buy vBET ...
1. Translate from Google Translate API v1 to Microsoft Translate API ?
My forum are in Croatian language (very similar to Serbian or Bosnian language).
Google Translate support Croatian, Serbian and Bosnian languages, but Microsoft Translate API DOES NOT support any of this languages ...
Can I translate my forum with Google Translate API v1 from Croatian language to English language ... and then translate my forum from English to all other Microsoft Translate API supported languages ?
2. If this is not possible ... Can I do it manually from MySQL databases ... to translate DB data table from English to other languages with MS Translate API ... Is this possible with vBET ?
Or ... with some other script ... or ... in some other way to do it ?
3. Google Translate API v2 is a very expensive service for me ( and probably for all those who have a medium and large sized forum ) .. GT_API_v2 ... 1 M characters = $20 ... ?!?!? ...
I have in vb4 DataBase ... only in table "post" ... in "pagetext" ... CHAR_LENGHT ... 330 M characters ...
SELECT SUM(CHAR_LENGTH(pagetext))
FROM post
In other DB tables ... like table "thread" ... title ... keywords ... table "tag" ... table "phrase" ... other vb plugins ...
Let's say that my forum has a total of 500 million characters ... Google Translate API v2 ... to translate my forum to only one other language ... It will cost me ... (1 M = $20) ... 500 M = $10.000 dollars
If I translate my forum to TOP 20 languages ... It will cost me ... 20 x 500 M = $200.000 dollars
Who will pay that much money for this ? ... I know ... I WILL NOT !
Conclussion : Google must change this to ... 1 M characters = max $1 dollar
Am I wrong ?
4. Is it possible to translate only some forums ... not all forum and all forums ?
Thanks to answers,
Manual