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
Asked
Active
Viewed 1.9k times
6

Rahul Nikate
- 6,192
- 5
- 42
- 54

appu
- 93
- 2
- 2
- 6
1 Answers
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.

Laoujin
- 9,962
- 7
- 42
- 69

Rahul Nikate
- 6,192
- 5
- 42
- 54
-
1I tried the same thing but i am not able to find the resource file – appu Jun 03 '15 at 06:22
-
@appu What is version of your Visual Studio? – Rahul Nikate Jun 03 '15 at 06:26
-
microsoft visual studio premium 2012 version:11.0.50727.1 RTMREL – appu Jun 04 '15 at 06:50
-
@appu Can you add screenshot of add new item screen here? – Rahul Nikate Jun 04 '15 at 07:06
-
@appu I've added image in my answer. – Rahul Nikate Jun 04 '15 at 08:29
-
1If you are using a later version, Visual Studio may use the "Visual Studio Installer". When installing VS this way, the available template files depend on the workloads you choose to install. For a resources file template, you will need to include one of the Windows workloads for it to be available. – ShooShoSha Jul 16 '19 at 22:22
-
@appu add to project, not solution – Marvin Sep 09 '19 at 00:41