answersLogoWhite

0

Use of resx file in csharpnet?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

Resx files are resource files. These files are used to specify specific culture for an application i.e. the language it can be displayed in. They hold files associated with the application for example - images, sound etc. They can be used to brand the applications specific to the customers. They are basically XML formatted files with key/value pairs. These keys can be directly referenced form the code.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the difference between an inactive file and dead file?

Active file: An active file is where you use a file quite frequently. Inactive file: A file that you use but not as frequently. Dead file: A dead file is where you don't use the file at all and is stored in your archives


What file systems do DVD use?

DVDs primarily use the UDF file system, although it is possible to use the ISO 9660 file system as well.


How can I learn how to sharpen a file effectively?

To learn how to sharpen a file effectively, you can follow these steps: Secure the file in a vise or clamp to keep it steady. Use a file card to clean out any debris from the file's teeth. Use a file joint to ensure the file is straight and even. Use a file handle to hold the file securely. Use a file brush to remove any metal shavings. Practice sharpening on a scrap piece of metal to improve your technique.


What is an Answer file?

Answer file use in unattanded installation technique.


What file extension does a Draw file use?

Odt.


What is a statement use to open data file in c?

FILE* file; file = fopen("some-file.dat");


What file extension do you use when saving a wiki file?

What a wiki file is? .html, I guess.


Which tab in Windows do you use to open a file?

In Windows, you typically use the "File" tab found in applications like Microsoft Office or the "File Explorer" to open a file. In File Explorer, you can navigate through folders and files, and double-clicking on a file opens it in the associated program. Additionally, you can also use the "Open" option from the "File" menu in many applications to select and open a file.


Can use the word file in sentences?

I will file those reports for you.


How do you convert a zip file to deb file?

use ideb


How would you use file in a sentence?

i need to file my papers.


How do you redirect a grep output in a file?

Use the > to redirect the output to a file. This will however override the existing content of the file. Use >> if you want to append the result.