diff options
author | Scott Rowe <scottrowe@google.com> | 2014-05-19 18:23:40 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-19 18:23:40 +0000 |
commit | 5d520df856f47b756570fdf44c4f7617122757af (patch) | |
tree | c48a38e8dffa9585decdcac84e1924b69480dce9 /docs | |
parent | 3662ad4aece1a1ae4f16c9965f32eb3ba547a2ad (diff) | |
parent | 7a940a49745f51425e60bfde38b8c0dab454ef8b (diff) | |
download | frameworks_base-5d520df856f47b756570fdf44c4f7617122757af.zip frameworks_base-5d520df856f47b756570fdf44c4f7617122757af.tar.gz frameworks_base-5d520df856f47b756570fdf44c4f7617122757af.tar.bz2 |
am 7a940a49: am 3d55247a: am a0144782: am 6d05170a: docs: b/14510382 ISO language code, add link
* commit '7a940a49745f51425e60bfde38b8c0dab454ef8b':
docs: b/14510382 ISO language code, add link
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/training/basics/supporting-devices/languages.jd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/training/basics/supporting-devices/languages.jd b/docs/html/training/basics/supporting-devices/languages.jd index 45e2ab2..aab1e38 100644 --- a/docs/html/training/basics/supporting-devices/languages.jd +++ b/docs/html/training/basics/supporting-devices/languages.jd @@ -40,10 +40,11 @@ your string values.</p> <h2 id="CreateDirs">Create Locale Directories and String Files</h2> <p>To add support for more languages, create additional <code>values</code> directories inside -<code>res/</code> that include a hyphen and the ISO country code at the end of the +<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 -according to the locale settings of the device at run time.</p> +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> <p>Once you’ve decided on the languages you will support, create the resource subdirectories and string resource files. For example:</p> |