[Applications] Set CultureInfo using LCID instread of locale (#3634)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Fri, 1 Oct 2021 07:52:58 +0000 (16:52 +0900)
committerGitHub <noreply@github.com>
Fri, 1 Oct 2021 07:52:58 +0000 (16:52 +0900)
* Fix Getting CultureInfo

After this patch is applied, we use LCID to create CultureInfo properly.
If it's failed, we tries to create CultureInfo using ULocale.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Set CultureInfo before calling OnCreate()

While starting the application, the CultureInfo is wrong when the system
locale is 'uz_UZ@cyrillic'. For this case, we sets CurrentCultureInfo and
CurrentUICultureInfo using LCID of the default locale.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Fix GetCultureInfo() Method

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>

No differences found