How can I change the language from VB.NET to C#.NET in VS 2013? By default VB.NET is set as the language.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Your question is not the clearest but I assume you're taking about visual studio preferences.
You should go over to Tool -> Import and Export Settings
, select Import selected environment settings
and click Next. Now you may choose to save you settings, after you do that click next and choose Visual C#
from the tree view and click Finish.
回答2:
If you mean that when you click New Project and select a project type, Visual Studio generates a Visual Basic .NET project while you are more interested in C#, try changing the project type: