Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android resources by gender

Can someone recommend me a good way to manage application resources, mostly strings per gender (like multi language application).
I mean to languages that has different grammar for male and female (like Russian).
Lets assume that I know the user gender.
Any recommendations ?

like image 359
NickF Avatar asked May 29 '13 14:05

NickF


1 Answers

If you're looking to support multiple languages in your application I highly recommend watching this talk. It's from this years Google IO conference and gives you a quick overview of the Android tools for multi language support. I really enjoyed this talk as I didn't know the platform had so many built in features for internationalization.

like image 56
Bobbake4 Avatar answered Sep 22 '22 18:09

Bobbake4