Translator services [message #719593] |
Sat, 27 August 2011 22:27  |
Eclipse User |
|
|
|
Help!!! I'm missing something. I have Eclipse Indigo installed, and the Sequoyah editor. When I open my strings.xml file, the Sequoyah editor comes up. But when I click a cell and select translate cell(s), there's no translator services listed. I can't find any instructions on how to add any. Can anyone help?
See screen shot here;
picasaweb.google.com/lh/photo/9CWWIeGcZop4bATEf-woALkMPGo5_PBZ7f8A_nZYPns?feat=directlink
Ronnie
|
|
|
|
Re: Translator services [message #780630 is a reply to message #719593] |
Wed, 18 January 2012 15:12  |
Eclipse User |
|
|
|
I tried to post the link to a post similar to this on StackOverflow but the forum won't let me, so here goes the answer I posted there:
The only implementation I know is the one that comes with MOTODEV Studio for Android, using Google Translate API v2. Unfortunately, this is a paid service and requires you have a key for accessing the API, which you have to get from Google services.
The addition of new translators, though, is quite simple to do through Sequoyah. It consists of implementing one of their extension points (org.eclipse.sequoyah.localization.tools.translator) by providing a class that contains some methods that receive lists of strings to translate, do the actual translation by using a translating service of your choice, and return the results. Once you get your Eclipse running with this, you'll see it show up on the drop down list for choosing the translator service 
Hope it helps!
|
|
|
Powered by
FUDForum. Page generated in 0.04692 seconds