I am developing a custom control for WinRT. I have a property with type CultureInfo. When I try to set this property in XAML, it shows following error.(But it shows possible values in intellisense.)
Cannot assign text value 'af-ZA' into property 'Culture' of type 'CultureInfo'
What is the correct way to set this property from XAML?
Thanks,