I’m thinking of writing a app to read .net resouce files, loop through the text entries sending them to google translate, and creating a new resouce file for the various languages. Any thoughts or suggestions?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I wrote a similar application using the Bing translator – check out my example of how to use it here:
http://www.jimmycollins.org/blog/?p=241
The one thing to watch out for is if Google has any limits on how many requests you can send it (e.g. in a minute). I had to put in some logic to get around this exact problem when using Bing.