From a3be6b376af11d53426144da7a59328bbe9cb441 Mon Sep 17 00:00:00 2001 From: sreevanis Date: Mon, 14 Mar 2016 14:35:28 -0700 Subject: [PATCH] docs: Updated content on resource resolution strategy pre-N. Bug:27588162 Change-Id: If5882da5026d88c3fa74f1dc899f748c193ecaa3 --- .../preview/features/multilingual-support.jd | 32 +++++++++++-------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/docs/html/preview/features/multilingual-support.jd b/docs/html/preview/features/multilingual-support.jd index 3d798707181c2..ac96452c48363 100644 --- a/docs/html/preview/features/multilingual-support.jd +++ b/docs/html/preview/features/multilingual-support.jd @@ -34,22 +34,26 @@ the expanded number of locales to support more multilingual users.

Challenges in Resolving Language Resources

Prior to Android N, Android could not always successfully - match app and system locales. For example, suppose that your app's default language - is US English, but that it also has Spanish strings localized in {@code es_ES} - resource files.

-

When your Java code referred to strings, it would resolve string languages as -follows:

- + match app and system locales.

+ +

For example, assume that you have the following situation:

+