* 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>