On Fri, Aug 16, 2013 at 4:27 AM, Leonidas Savvides <[email protected]>wrote: > > So appengine is perfect for web services (android/java or phonegap apps) > eg run on java >
Yes, App Engine can run web services well. As for "perfect" - you should talk to Chris Ramsdale or another Google Product Manager, they would probably appreciate the quote for their marketing materials :-) On Fri, Aug 16, 2013 at 4:27 AM, Leonidas Savvides <[email protected]>wrote: > > deliver web service text in other platform or language...? > If you want "other language" support for your application, you'll need to implement it yourself. If you use a framework (such as Spring) there is usually some kind of internationalization support available. For instance, Spring can change locales using classes like LocaleChangeInterceptor and store translations of UI texts in resource files. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
