diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-11-06 14:33:01 -0800 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2013-11-11 01:48:35 +0000 |
commit | d296e25a329b7251c89c85dec836878f4c03a4ec (patch) | |
tree | 7abeef4d2b59bd5d0708f58b8f88dd343f7af3eb /docs/html/guide | |
parent | 347b6fc9e3bbd15364a0d1be74bd6ed98a3a1bfe (diff) | |
download | frameworks_base-d296e25a329b7251c89c85dec836878f4c03a4ec.zip frameworks_base-d296e25a329b7251c89c85dec836878f4c03a4ec.tar.gz frameworks_base-d296e25a329b7251c89c85dec836878f4c03a4ec.tar.bz2 |
eoc change: Add developer stories for localization.
Change-Id: Ia89bddf9d57674272dbcef98a140b557e520e8be
Diffstat (limited to 'docs/html/guide')
-rw-r--r-- | docs/html/guide/topics/resources/localization.jd | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/html/guide/topics/resources/localization.jd b/docs/html/guide/topics/resources/localization.jd index 55c8dc4..7288aeb 100644 --- a/docs/html/guide/topics/resources/localization.jd +++ b/docs/html/guide/topics/resources/localization.jd @@ -19,7 +19,7 @@ parent.link=index.html <ol>
<li><a href="#resource-switching">Overview: Resource-Switching in Android</a></li>
<li><a href="#using-framework">Using Resources for Localization</a></li>
-<li><a href="#strategies">Localization Strategies</a></li>
+<li><a href="#strategies">Localization Tips</a></li>
<li><a href="#testing">Testing Localized Applications</a></li>
</ol>
@@ -304,7 +304,13 @@ Alternative Resources</a>.</p> For more about this, see <a
href="{@docRoot}guide/topics/resources/accessing-resources.html">Accessing Resources</a>.</p>
-<h2 id="strategies">Localization Strategies</h2>
+<h2 id="checklist">Localization Checklist</h2>
+
+<p>For a complete overview of the process of localizing and distributing an Android application,
+see the <a href="{@docRoot}distribute/googleplay/publish/localizing.html">Localization
+Checklist</a> document.</p>
+
+<h2 id="strategies">Localization Tips</h2>
<h4 id="failing2">Design your application to work in any locale</h4>
@@ -478,6 +484,4 @@ the new locale. </p> portrait orientation and see if the application will run.
-<h2 id="checklist">Localization Checklist</h2>
-<p>For an overview of the process of localizing an Android application, see the <a href="{@docRoot}distribute/googleplay/publish/localizing.html">Localization Checklist</a>.</p>
|