6

I want to add a resource file to my project in Visual Studio. But I am not able to find from where I can create the resource file. Can anyone help me out in this

Rahul Nikate
  • 6,192
  • 5
  • 42
  • 54
appu
  • 93
  • 2
  • 2
  • 6

1 Answers1

8

Right click on Solution > Add New Item > Visual C# > General > Select Resources File (Resource1.resx)

As per ShooShoSha: You need to have one of the "Windows workloads" installed in "Visual Studio Installer" for the "Resource File" to be available.

Add New Item dialog

Laoujin
  • 9,962
  • 7
  • 42
  • 69
Rahul Nikate
  • 6,192
  • 5
  • 42
  • 54