diff options
| author | 2016-06-14 00:57:28 +0000 | |
|---|---|---|
| committer | 2016-06-14 00:57:28 +0000 | |
| commit | a53fc1f2c07c544e674889e5e7755ad0bcc67008 (patch) | |
| tree | 7cb653026bb84a7c03c0cb7b7b0f466eac84e074 | |
| parent | 8bf5f6c8518b00aafc68a82bbc5fbe28604275a1 (diff) | |
| parent | 5699312627b0ea22c69713ef4b17d248b854a582 (diff) | |
Merge \\"Fix a spelling error in Supporting Languages page.\\" into mnc-io-docs am: ab239a0c1a
am: 5699312627
Change-Id: I7e7e4777b0475a7c2dd242370a6900cfd4457f90
| -rw-r--r-- | docs/html/training/basics/supporting-devices/languages.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/basics/supporting-devices/languages.jd b/docs/html/training/basics/supporting-devices/languages.jd index 7d4d4743a50c..ba7c0160fe51 100644 --- a/docs/html/training/basics/supporting-devices/languages.jd +++ b/docs/html/training/basics/supporting-devices/languages.jd @@ -41,7 +41,7 @@ your string values.</p> <p>To add support for more languages, create additional <code>values</code> directories inside <code>res/</code> that include a hyphen and the ISO language code at the end of the directory name. For example, <code>values-es/</code> is the directory containing simple -resourcess for the Locales with the language code "es". Android loads the appropriate resources +resources for the Locales with the language code "es". Android loads the appropriate resources according to the locale settings of the device at run time. For more information, see <a href="{@docRoot}guide/topics/resources/providing-resources.html#AlternativeResources">Providing Alternative Resources</a>.</p> |