Add fallback for multilingual support
Applying this patch, we provide the fallback about the multilingual
support. It finds better fallbacks automatically.
+-----------------+----------------+----------------------------+
| Settings | App Resources | Resource Resolution |
+-----------------+----------------+----------------------------+
| 1. nl_BE | 1. default(en) | try nl_BE => fail |
| 2. fr_BE | 2. fr | try nl => fail |
| | 3. pa | try children of nl => fail |
| | | try fr_BE => fail |
| | | use fr |
+-----------------+----------------+----------------------------+
Change-Id: I428fccec740b45db59c268565a0c715e3a0b08c7
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>