Running a VB.Net application in a language different than the Net FrameWork

C

Corobori

I have developped and tested a multilingual application which is
running fine. When testing from inside .NET I created a drop down menu
where I can choose the language allowing changing the language of the
User Interface. I am storing this data in the registry so when I
launch my application it is being loaded with that settings. This is
working fine when working from inside VB.Net. Running the actual Exe
it seems that my language settings are overwritten by the language of
the Net Framework. Could it be true ?

If it is true is there a way to overwrite this ?


Jean-Luc
www.corobori.com
 
C

Carl Frisk

Sounds like your accessing a different part of the registry when your running the .exe standalone? Where in the
registry are your keys located? Change a key from your exe and use regedit to make see the change.
 
C

Corobori

I guess I was too tired ! This post should be erased, what I said was wrong.

My problem was that I didn't include the resource file in my installation process
 
C

Carl Frisk

Even though we were going in different directions I hope I may have jogged your pursuit to the solution in the right
direction. Yeah a missing resource file would behave as advertised:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top