locked
Bing translator issue RRS feed

  • Question

  • Hello my friends, i am new in android , i am using android studio. I wanted to try to use the bing translate api to translate one of my whole android apps. Is there any of example to do it? I need to translate my strings.xml and also the data that i inserted in my sqlite.. Help!
    • Edited by Yong lin ms Saturday, January 23, 2016 4:43 AM
    Saturday, January 23, 2016 4:42 AM

All replies

  • Hi Yong,

    the software localization tools Sisulizer and POEditor, and many more, provide an editor for human translation of strngs.xml, as well as integrating machine translation using Microsoft Translator.

    You can use the open source document translator to translate plain text and Office documents: https://github.com/MicrosoftTranslator/DocumentTranslator.

    Does this help?

    Chris Wendt
    Microsoft Translator

    Saturday, January 23, 2016 3:14 PM
  • Is this manually translate the strings.xml? I need translate api directly translate for me while user select a language.. this is my code. http://stackoverflow.com/questions/34960966/microsoft-translator-api-issue/34961930#34961930
    • Edited by Yong lin ms Monday, January 25, 2016 7:15 AM
    Monday, January 25, 2016 7:14 AM
  • Hi Yong,

    on Stackoverflow someone answered how to retrieve all strings from strings.xml. Once you do that, you pass them to the Translator API and render them, or write them back to a new strings.xml.

    Chris Wendt
    Microsoft Translator

    Monday, January 25, 2016 4:05 PM