473,320 Members | 1,840 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

multilingual Application

10
Hi everyone,

I'm working on multilingual applications. I m trying to do in Turkish and English languages. But I have a problem.

I have 2 forms and each form has a MenuStrip that has a Change Language menu. Change language is another form and It has a combobox that enable to choose language. When I choose "Turkish", second form changes to Turkish but Main form remaining in English. I have all localization setting properly.

Also when I change language form Second Form's menu, form is still in English, but when I go to Main form(it is still can't change) and come back to second form it is in Turkish. How can I do it to be in Turkish without coming back?

this is my code:

If ComboBox1.SelectedItem = "Turkish" Then
Thread.CurrentThread.CurrentUICulture = New CultureInfo("tr-TR")
Me.InitializeComponent()
Me.close()

Else
Thread.CurrentThread.CurrentUICulture = New CultureInfo("en-GB")
Me.InitializeComponent()

End If

if any1 knows how to solve these problems, plz. help me!!
May 23 '10 #1
2 1793
ThatThatGuy
449 Expert 256MB
Launch the second form as modalless

i.e. Don't show a modal dialog by setting Form2.ShowDialog()...
Instead do Form2.Show()..

Try if it works
May 24 '10 #2
nrylm25
10
Thanx for yor reply...
I've tried it, but it does not work.

I tried also Form2.refresh() but It does not work also:(

any other suggestions?
May 24 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: smjmitchell | last post by:
Hi, I am writing an application in VB6.0 that will have the option to select the language. For instance when Spanish is selected all the text on the program interface will display in Spanish. ...
0
by: Rob | last post by:
I am having a major problem with my application. I am using Visual Studio and I have one deployment project and one "regular project". My problem is that when I compile and run my application in my...
1
by: Imran | last post by:
Hello all I am planning to write a win32 console application which has needs to run on English and German windows OS. Can you please help me to start , Thank yoyu Best Regards,
2
by: amitmnagarwal | last post by:
I am using the following code to access the resourc file. Dim sAssembly As sAssembly = .GetExecutingAssembly() Dim rm As New ResourceManager("MultiLingual.Info", sAssembly) ''Case...
0
by: balaki | last post by:
Hi All, I have a Multilingual VB6 application, which rightnow supports French language. When I debug the code, it works in French, by changing the regional settings - locale to French(France)....
1
by: Brijesh Gupta | last post by:
Hi, Can anybody help me to make multilingual application in VB6? Thanks in advance. Brijesh Gupta
7
by: Luc The Perverse | last post by:
Hello! I am looking for a good way to make an application multilingual. Danish/English for now (but I don't want to preclude more than two languages eventually) Every dialog will have an option...
2
by: raju | last post by:
Hai all, I am working on the multilingual application, in asp.net. In that we are displaying contents in some other language (user selected language). In that page, we are having some textbox...
2
by: PrateekArora | last post by:
Hi Guys, I need to develop a MultiLingual Application (Arabic & English) in VB.NET, as far as Labels and captions are concerned in User Interface I am done with that using Resource Manager Class &...
1
by: Abhijit D. Babar | last post by:
I have to create a multilingual application in Visual c++ .net 2008. I have a Windows form application and i want to run this on multilingual support. So how can i do this. Which change i have...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.