Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 957533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:43:06+00:00 2026-05-16T00:43:06+00:00

I am developing a multilingual program in C# on Windows How to change Windows

  • 0

I am developing a multilingual program in C# on Windows

How to change Windows writing language on certain actions…

e.g. to change from English to Arabic on focus event.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T00:43:07+00:00Added an answer on May 16, 2026 at 12:43 am

    To select a whole new culture, set the CurrentThread.CurrentCulture to a new culture, e.g. to set to French:

    System.Globalization.CultureInfo ci = new System.Globalization.CultureInfo("fr-FR");
    System.Threading.Thread.CurrentThread.CurrentCulture = ci;
    

    You can find a list of the predefined CultureInfo names here and here.

    If you want to change certain aspects of the default culture, you can grab the current thread’s culture, use it it’s name to create a new CultureInfo instance and set the thread’s new culture with some changes, e.g. to change the current culture to use the ‘Euro’ symbol:

    System.Globalization.CultureInfo ci = new System.Globalization.CultureInfo( System.Threading.Thread.CurrentThread.CurrentCulture.Name);
    ci.NumberFormat.CurrencySymbol = "€";
    System.Threading.Thread.CurrentThread.CurrentCulture = ci;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are developing a multilingual Winforms application using visual studio 2008. I am trying
I am developing a multilingual web application that has a nice looking UI. I
I'm developing a website that needs multilingual support. I am trying to use locales
I am developing a multi-lingual website. I am determining the requested language via a
We are developing a windows application in .NET(C#) IDE used is Visual Studio 2008.
Developing a multilingual application in VB.Net 2008, Im able to add resources to forms
I am developing an multilingual application using Django. One part is to select the
I'm developing a multilingual (EN/RU) website and I need a solution allowing me to
I am developing a multilingual ASP.NET web site. I want the users to be
Is it possible to restrict language of virtual keyboard, or SIP, to a English

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.