Compiling for international .net framework versions

D

Dakkar

I wrote a program with english .net framework version but i want
people who use turkish .net framework versions to be able to use my
program but its giving the language error when somebody with a .net
framework version which has language beside english try to execute my
program.
So how can i be able to compile my program for both languages
 
J

Jon Skeet [C# MVP]

Dakkar said:
I wrote a program with english .net framework version but i want
people who use turkish .net framework versions to be able to use my
program but its giving the language error when somebody with a .net
framework version which has language beside english try to execute my
program.
So how can i be able to compile my program for both languages

Could you post a short but complete program which demonstrates the
problem?

See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.
 

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