[NUI] Use CurrentCulture to prevent exception
authorWoochanlee <wc0917.lee@samsung.com>
Thu, 24 Feb 2022 06:20:50 +0000 (15:20 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 24 Feb 2022 06:33:56 +0000 (15:33 +0900)
commitf0cf311ff3eb6c05ddf6e2f2560a3c3bfe471d5c
tree504a0f79bb8a41ee8bb549547ad8369b072396d2
parent82c9545a7bccd0ab0e28f431d4d340525c013292
[NUI] Use CurrentCulture to prevent exception

Gets system locale for multi language support got a unhandled exception.
Use CurrentCulture according to .NET guide.
src/Tizen.NUI.Components/Controls/DatePicker.cs
src/Tizen.NUI.Components/Controls/TimePicker.cs