Can i change the system language through the .net application.its possible or not

Last post 07-23-2008, 12:02 PM by vladibo. 1 replies.
Sort Posts: Previous Next
  •  07-15-2008, 6:54 AM Post number 62472

    Can i change the system language through the .net application.its possible or not

    Can i change the system language through the .net application.its possible or not.please tell the answer friends
  •  07-23-2008, 12:02 PM Post number 63663 in reply to post number 62472

    • vladibo is not online. Last active: 08-30-2008, 9:42 PM vladibo
    • Top 500 Contributor
    • Joined on 07-07-2008
    • Vancouver BC
    • Level 1: Deep thought

    Re: Can i change the system language through the .net application.its possible or not

    for  the things framework is aware of like currency date format etc:

    System.Threading.Thread.CurrentThread.CurrentCulture = new CultureInfo("en-CA");

    for  the things framework is NOT aware of like resources etc:

    System.Threading.Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-CA");

View as RSS news feed in XML