Simple strings.xml files generator for android project using bing translator. It requires microsoft bing translation api key.
This project is a simple translation support for android projects.
It read the strings.xml file and translate it for every language that is supported by microsoft bing translator.
It requires a bing translation api key which can be obtained from portal.azure.com. Just edit the field in Const.java file for your needs and run.
It generates the strings.xml files for every supported language in the android format. you can copy the folder to values folder of your android project