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 8838325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:57:57+00:00 2026-06-14T09:57:57+00:00

I have a full windows application made by Telerik with Ribbons and I want

  • 0

I have a full windows application made by Telerik with Ribbons and I want to make it Multi language interface (English and Arabic)
I set the localizable property to true and changed the interface for each language…. And created a method that loops on the controls in the form and Apply the resources with the selected language
The problem is that I can’t find a generic method to loop on the Telerik controls to apply the resources for each Rad Control
Please help

Or if there is another way to make the multi language interface, please tell me.

  • 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-06-14T09:57:58+00:00Added an answer on June 14, 2026 at 9:57 am

    I found the solution:
    I save the Saved Language in the App.config
    And then In Program.cs i check the saved language and save it in a static value in a class called Common.cs
    And in Program.cs i run this code:

                switch (Common.ApplicationLanguage)
                {
                    case Common.Languages.Arabic:
                        System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("ar-EG");
                        System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("ar-EG");
                        break;
                    case Common.Languages.English:
                        System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-GB");
                        System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("en-GB");
                        break;
                    default:
                        break;
                }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I made a swing application, where I have need to shape the windows as
I have a .net windows application that needs to run in full screen. When
I have a windows application that run in full screen and there are some
I really want to have full control of section headers by laying out in
I have six tabs on my Windows application. I need to put tab #6
I have full admin privileges on my Windows 7 machine but when I run
I have a folder full of Windows .URL files. I'd like to translate them
I have done a global mouse event in my windows application. When i click
I have made it open a full screen window but now how can i
I have a distributed windows application (written in C#) that currently uses MSDE. The

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.