开发者

Multi language in edittext android

开发者 https://www.devze.com 2023-02-01 09:35 出处:网络
I have a form login with Edittext. I want to post and get multi language (English, Japanese,..) but it don\'t work without E开发者_如何学编程nglish. Keyboard supports other languages.

I have a form login with Edittext. I want to post and get multi language (English, Japanese,..) but it don't work without E开发者_如何学编程nglish. Keyboard supports other languages. Help me, thanks so much.


Are you looking to create the labels/text in different language. If yes, use the Android Localisation support.

eg. you can create a res/values-it to store italian version of ... values.

or drawable-ru-rRU to store russian pictures etc.

More info http://developer.android.com/guide/topics/resources/localization.html

0

精彩评论

暂无评论...
验证码 换一张
取 消