Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is the use of the resx file? 2

Status
Not open for further replies.

ietprofessional

Programmer
Joined
Apr 1, 2004
Messages
267
Location
US
I can't find much about the resx files. What is the function of these files?



 
These are resource files. If you're doing globalization and localization, that's where you'd store any text strings and icons, bitmaps, etc. that your program uses. In an Internationalization (I18N) scenario, you would have resource-only DLLs, each of which contains the resources for one locale.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Can you point me to any tutorials that teach you how to use resx files?

Thanks,
Harold
 
Thanks Boulder, great article.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top