TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About resx
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Bechir Bejaoui (7)
Mark Pelf (4)
Slim Hammami (1)
Saineshwar Bageri (1)
Sibeesh Venu (1)
Thinathayalan Ganesan (1)
Related resources for resx
No resource found
ASP.NET 8 – Multilingual Application with single Resx file - Part 4 - Resource Manager
4/2/2024 10:26:25 AM.
ASP.NET 8's Part 4 tutorial explores building multilingual applications using a single Resx file and Resource Manager. This feature facilitates easy localization and globalization, enabling develo
Multilingual Application with single Resx file - Forms Validation Strings
4/1/2024 9:37:01 AM.
Learn how to create multilingual applications using ASP.NET 8 in this third part of our series. Explore efficient techniques for managing form validation strings using a single Resx file, ensuring sea
ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach
4/1/2024 7:24:18 AM.
Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalization
ASP.NET 8 - Multilingual Application with Single Resx File
3/27/2024 8:37:08 AM.
Discover how to create a multilingual web application in ASP.NET 8 using a single Resx file. This tutorial explores efficient localization techniques, enabling your site to support multiple languages
Localize your .NET MAUI application
6/1/2023 7:11:10 AM.
Handle resource files - read and write into a resource file programmatically: Part IV
8/31/2022 9:16:37 AM.
In this article, I will give one way to create a resource format file used to stock data about our resources through code.
Handle resource files - Read and Write into a resx file programmatically: Part III
8/24/2022 9:26:21 AM.
This is the third part of the resources handling where one can see how to create a resx file to stock data about our resources using code.
What is Globalization and Localization in ASP.Net
1/28/2021 12:07:53 PM.
In this article you will learn what Globalization and Localization in ASP.NET are.
Read RESX File in C#
7/22/2016 4:55:22 AM.
In this article you will learn how we can read a RESX file in our application using C#.
Handle resource files - Generate a class with strongly typed properties from a resources file using resgen.exe: Part VI
9/29/2012 10:30:43 AM.
Other functionality provided by the resgen.exe witch I appreciate a lot. This tool gives you the possibility to generate an entire class with strong typed properties.
Handle resource files - Use resgen.exe to generate resources files: Part V
9/29/2012 8:24:31 AM.
The resgen.exe is a wonderful tool provided by the .Net framework to generate resx, resources files. In this article I wil show the trick of how to use it in .Net.
Introduction to The Resources .resx and Resources Files: Part I
5/20/2012 7:04:25 AM.
In some cases an application needs some external resources to perform specified tasks. And I mean by external resources, those none executables data logically deployed with a given application.
Handle resource files - Generate a class with strong typed properties using StronglyTypedResourceBuilder: Part VII
9/3/2008 6:51:27 AM.
You can generate a class with strongly typed properties issued from a given resources file elements or attributes using other way than in Part VI handle resource files where the resgen.exe is invoked to achieve such task.
Handle resource file - Add resources into a windows application using VS 2005: Part II
5/13/2008 2:05:29 AM.
In this article, I will show how to add resources to a windows application using tools provided by the Visual studio 2005 integrated development environment.
Generate XML based Resource Files on the fly in ASP.NET 1.x applications
9/11/2007 3:17:12 AM.
If internationalization was not part of your application’s initial development cycle, but required to extend it globally at a later point of time, then creating resource files from all the UI elements is a very tedious & manual process in ASP.NET 1.x. The framework presented in this article saves a developer from manually updating the resources and keeps the resx files in sync with the webforms and user-controls by automatically generating the resx files.