c# - Changing the CurrentUICulture at runtime using locbaml method -


Using LockBamel method, I have created a new resource DLL and have been trying to change the existing culture and current culture on the fly.

, but it does not seem to work

  system.globalisation.qualityinfo CI = new system Globalization. Celticfo ("AR-SA"); System.Threading.Thread.CurrentThread.CurrentUICulture = ci; System.Threading.Thread.CurrentThread.CurrentCulture = ci;  

Is anything clear to me?

As far as I can use the 'Locbaml' metod, you can not change the language on the fly, In this way you have to properly set up the [UI] culture before showing any UI.


Comments