-2

I am trying to develop an android application where I need the implementation of multiple languages within the app based on the user requirement. I googled for it and I found this link. http://code.google.com/p/google-api-translate-java/

In this link it takes us to the https://cloud.google.com/

I followed the instructions but finally it asked me to find the registered apps(which I don't have). And I am stuck here. Please help me.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Baradwaj Aryasomayajula
  • 1,184
  • 1
  • 16
  • 42

1 Answers1

1

Android itself provides functionality to support for localisation using the strings resources.

Have you refer to the Developer Guide for Multiple Language Support in Android ?

Check for Localisation and language support

GrIsHu
  • 29,068
  • 10
  • 64
  • 102
  • @GrlsHu Hi thank you for your reply. Your answer is really helpful. If I want to convert into the languages like hindi(national language of India), or any other languages of eastern countries, I don't think it will work. – Baradwaj Aryasomayajula Feb 03 '14 at 08:51
  • Yes, It will only work for the languages which are supported by android OS . – GrIsHu Feb 03 '14 at 08:52