Pages

Tuesday, January 13, 2015

Financer, Capital - Internationalization

Define an internationalization format portable and human-editable for Financer and Capital applications like Android.

Example:

en-US.xml:
<resources lang="English"> <string name="welcome_message">Welcome</string> </resources>
pt-BR.xml:
<resources lang="Português"> <string name="welcome_message">Bem-Vindo</string> </resources>

No comments: