Skip to content

Instantly share code, notes, and snippets.

@timoa
Last active December 31, 2015 19:59
Show Gist options
  • Save timoa/8036916 to your computer and use it in GitHub Desktop.
Save timoa/8036916 to your computer and use it in GitHub Desktop.
Add i18n support to Titanium Mobile app (/i18n/fr/strings.xml)
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="win1_title">Tab 1</string>
<string name="win1_text">Je suis la fenêtre 1</string>
<string name="win2_title">Tab 2</string>
<string name="win2_text">Je suis la fenêtre 2</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment