Click here to Skip to main content
15,890,435 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to converter file *.resources to *.resx
or
read files *resources
Posted
Updated 5-Oct-20 20:03pm

Enter in "Visual Studio 20xx Command prompt", try to find in Windows Start menu
or type the following command-line :
[cmd.exe /k "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat", for example]
Done this you will enter in command-line.
from where you want to convert the files "*.resources" folder.
use "cd" command : Change directory, for example cd \users\myName\applicationRes\

execute: resgen "Application.Properties.Resources.Resources" "Application.Properties.resx" <enter>
(default language is c#)
 
Share this answer
 
v2
Comments
Richard Deeming 6-Oct-20 5:23am    
As already adequately explained in solution 1.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900