Questions tagged [resx]

.resx files are resource lists used in .NET applications.

ResX Resource Files are used in .net applications for translating applications into several languages. Each language has its own file, e.g. a file "Default.aspx" could have a resx-file "Default.aspx.de.resx" for german translation and "Default.aspx.fr.resx" for french translation. Default translation is english language and results in file "Default.aspx.resx" without any language code. See Microsoft Documentation for details.

1010 questions
-2
votes
3 answers

I need help in recovery of my project (was accidentally deleted)

My project was accidentally deleted and all I have now is those three files: project.resx, project.designer.cs, project.cs. is there any way I can restore my project?
-2
votes
1 answer

Generating Satellite assemblies without Resgen

We have a process where we generate satellite assemblies with resx files in them. The process relies on Resgen to be present on the system. Is there another way of doing it? This way it is working, but doesn't look elegant because of this…
Yahya
  • 3,386
  • 3
  • 22
  • 40
-2
votes
1 answer

Where are C# Visual Studio Windows Form visual components instantiated?

Beginning i don't have Visual Studio because my pc does not support it but i have msbuild and i compile the solutions. The form1.designer.cs make variables receive new instantiated visual objects and later set properties on the InitializeComponent…
user7808124
-3
votes
1 answer

Create resource file(.resx) on the click event of button in windows form

I have a Windows form on that a button named "Create Resource" and a text box which takes the value of the file where i want to save the resource file. Please help in this scenario.
s.shaikh
  • 1
  • 2
-3
votes
2 answers

How to update resx file dynamically ( client can update value )

I need to allow client to add his own language texts for labels which are under resx file. We have created resx file which contain translate text for languages. Now client wants this feature available to his side. Generally we given option to change…
user1764431
  • 27
  • 1
  • 6
1 2 3
67
68