Compiling for international .net framework versions

  • Thread starter Thread starter Dakkar
  • Start date Start date
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
 
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.
 
Back
Top