hi folks!!
            i am stuck in a situation where i want to
change the culture of the windows forms UI at runtime.

  As far as i know the "CurrentUICulture" needs to be
set in the forms constructor before calling the
InitializeComponent()(Windows Form Designer generated
code) method,so that the corrcet SattetliteAssembly is
refernced for loading the Language specific strings

 
System.Threading.Thread.CurrentThread.CurrentUICulture
= new System.Globalization.CultureInfo("de-AT");

  Now i want to allow the user change the culture,and
then UI language should change ,reflecting the
selected language.


     Any Tip or reference to articles,will be helpful.

          Thanks in advance
          Sameer


                
____________________________________________________ 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Microsofts_C_Sharp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to