Link to home
Start Free TrialLog in
Avatar of Max Destiny
Max Destiny

asked on

InputLanguage

System.Globalization.CultureInfo info = new System.Globalization.CultureInfo("ar-LY");

 private void button1_Click(object sender, EventArgs e)
        {
            InputLanguage inp = InputLanguage.FromCulture(info);
           

        }
it doesn't change the language.Am I missing something?
ASKER CERTIFIED SOLUTION
Avatar of Rajkumar Gs
Rajkumar Gs
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial