I have a WPF application implemented with Gloablization feature.It uses satellite assembly to get localized resources.
I changed the Region and Language settings.System.Threading.CurrentThread.CurrentCulture is changed but CurrentUICulture is not set.
Do we have to install os language pack? Or Is there any other configuration settings?
Thanks