We are using google translation api to translation the key words from english to particular language. in this article we are going to see how we are using google api to translate the keywords.
Find the translation.xlsx file from main-file folder & import into google sheet,
If you want to add new language you can add new column as you prefered language short code Example of creating french language Create a new column named "fr" . & under fr use the below formula to translate all the keywords.
Translation Formula =GOOGLETRANSLATE(B2,"en","fr")
* In this formula B2 is the row number of english word.
After Added & Updated all the key words. you need to setup your server. & you can call our translation api which is created in our server app. so before trying to build an app from ios/android, pleaase complete the server app setup first.
After setup the server app,
Note : In Android app if you want to replace the json you need to update the translation api response to below path "app -> res -> raw -> translations.json".