Fix file not found exception
authorChangGyu Choi <uppletaste@gmail.com>
Thu, 25 May 2023 05:00:15 +0000 (14:00 +0900)
committerChangGyu Choi <changyu.choi@samsung.com>
Thu, 25 May 2023 05:33:46 +0000 (14:33 +0900)
commit351bba62fc2170783a06904c8363efab0c9368f8
treef46a474bf3eb29da179ac8f02ccd89749a2ef4ff
parent164ba9e6755d9a102ed49642278cf64f3d21664c
Fix file not found exception

When ini file does not exist, LibIniParser.Load() makes error logs.
This patch is to remove this case.
After applying this patch, we can expect performance improvement by
loading the dictionary only once for the first time.

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
src/Tizen.Applications.Common/Tizen.Applications/CultureInfoHelper.cs