summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Rowe <scottrowe@google.com>2014-05-19 18:08:45 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-19 18:08:45 +0000
commit3d55247a3f8e488b13f7f467cbc70ac4864d2dd2 (patch)
tree46892cd66d99079b9d129b4faf0baab0066c4c33 /docs
parente5c9d8551b22c1708723b89e8e8d6f830168f292 (diff)
parenta0144782b16b5b6a767a0c48fa5c3a79a5c74889 (diff)
downloadframeworks_base-3d55247a3f8e488b13f7f467cbc70ac4864d2dd2.zip
frameworks_base-3d55247a3f8e488b13f7f467cbc70ac4864d2dd2.tar.gz
frameworks_base-3d55247a3f8e488b13f7f467cbc70ac4864d2dd2.tar.bz2
am a0144782: am 6d05170a: docs: b/14510382 ISO language code, add link
* commit 'a0144782b16b5b6a767a0c48fa5c3a79a5c74889': docs: b/14510382 ISO language code, add link
Diffstat (limited to 'docs')
-rw-r--r--docs/html/training/basics/supporting-devices/languages.jd5
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 057103a..a2df2b8 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>