locked
Translation support in Metro Style Apps RRS feed

  • Question

  • hi,

    Suppose im developing a metro style app, which has text information in English language. So how a person, who dont understand English language, will read text in my application?

    How he will be able to translate the text into french, Spanish or any other language he wants to? How can I, as developer of application can add such support into my app?

     


    Mustzerone

    Wednesday, June 6, 2012 9:42 PM

Answers

  • Here's a nice little post about how to wire up localized string resources:

    http://www.jonathanantoine.com/2012/03/13/winjs-how-ressources-works-globalization/

    From there, you can either pay someone to translate your resw or resjson strings professionally, or use something like Bing Translator to do it yourself (and the result will probably be hilarious).

    There's no current API in windows for automatically translating something.

    • Proposed as answer by Bryan Thomas Wednesday, June 6, 2012 11:03 PM
    • Marked as answer by mustzerone Friday, June 8, 2012 5:33 AM
    Wednesday, June 6, 2012 11:03 PM

All replies