Note: Do not delete the default one else your form is screwed...
Main Topics
Browse All TopicsHi experts,
I mistakenly set Localizable to true, and set the language (to 'en-GB' and to 'en' and even to 'af') and now whenever I build the solution it creates extra folders and files, even though I have sine turned Localization off.
How do I convince .NET that I don't want to localize this project?
(I feel stupid for letting this happen, but then I relly didn't think it would be such a problem!)
Thanks for your help, J
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
you can do using explorer also,,, but thats quite tedious
so u use vs.net 2002,
as indiacted by net pointer, pls
click View on the tool bar,
select solution explorer
In the solution explorer, on top u can see few icons, select the 4 th Icon( Show all folders)
Now pls expand the form for which u have localized content
delete the localized content(selct the file and right click delete)
For my case
Form3.vb
form3.af.resx
form3.resx
Here form3.resx is the default one....leave this alone...
Business Accounts
Answer for Membership
by: NetPointerPosted on 2004-02-27 at 13:06:25ID: 10472584
Try removing resource files for those language.
If you r using VS.NET, click in solution explorer and click on show all files.
Under your form it will show all the resource files it has generated.
try delteing them.
HTH.