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 Resource File
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mark Pelf (2)
Bechir Bejaoui (2)
Vinay Ayinapurapu (1)
Prasham Sabadra (1)
Nimit Joshi (1)
Ramchand Repalle (1)
Chintan Rathod (1)
Viral Jain (1)
Sibeesh Venu (1)
Abhay Shanker (1)
Deepti Nahar (1)
Ashwani Tyagi (1)
Ibrahim Ersoy (1)
Vijai Anand Ramalingam (1)
Manas Patnaik (1)
Vipin Yadav (1)
Ramaprasad Upadhyaya (1)
casper boekhoudt (1)
Related resources for Resource File
No resource found
How To Know The Version Of SharePoint
9/19/2024 10:05:40 AM.
This article explains how to determine the version of your SharePoint site using two methods. The first method involves accessing the host header URL and appending ‘/_vti_pvt/service.cnf’. The second
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
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
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.
Resource Files in ASP.NET
1/31/2022 11:15:49 AM.
This article explains you the use of resource files in ASP.NET 2.0.
Accessing Resource File Key and Email In ASP.Net Application
5/27/2021 7:28:58 AM.
This article describes that how to access the key of Resource file and use it in the ASP.NET Web Application.
Multilingual MVC Application With Customized JS Bundles Based on User Language
12/2/2020 4:35:39 AM.
This article shows how to create multilingual MVC applications with JS bundles based on various languages.
Drag Drop Application Using Android Studio
3/24/2020 12:51:52 AM.
Somewhere we played a game of dragging objects to an appropriate location. We will develop something like this with the same functionality.
ASP.NET MVC - Using Resource Files To Manage String Constants
8/8/2017 8:15:53 PM.
In this article, we will see how we can save strings in a resource file instead of constants spread all over the application.
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#.
Localization of a Site in MVC5 Using Resource File
6/17/2014 12:45:48 PM.
This article provides an overview of localization of a site in ASP.NET MVC 5 using language-specific resource files.
Modifying InfoPath Form Based on XSD Schema Using Resource Files
12/16/2013 8:06:54 PM.
I came across a scenario where an InfoPath form was created based on an XSD schema. This schema changed frequently and the corresponding changes had to be made to the UI (InfoPath form template) accordingly.
How to Add a Default File For Language Resource:Part 3
5/20/2013 10:32:44 PM.
This article describes how to add a default file for language resources.
Retrieve All Items From Resource Files
10/24/2012 10:40:29 AM.
While developing for the Windows 8 Platform, you'd like to use items in a resource file for a Windows store application. Here I'll show you how to get all the strings in a Resource file.
How to Localize Content Types in SharePoint 2010 Using Visual Studio 2010
6/21/2012 12:45:34 PM.
In this article you will be seeing how to localize content types in SharePoint 2010 using Visual Studio 2010.
Resource in Silverlight - Part 1 (Resource Files)
5/8/2011 10:58:21 PM.
Resources are a vital part for a web application and plays a major role while building Rich internet applications (RIA) using Silverlight. Silverlight does not have too many options to store and manage resources. In this article, we will discover the different options available to work and manage resources in Silverlight applications.
Asp.Net Web Application Globalization and Localization with help of Resource files and Custom XML files
9/7/2010 8:09:45 AM.
In this article we will know how to devlope that type of web application. Let us see in this article how to cater different contents based on the culture using Globalization in ASP.NET.
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.
Globalization in .NET
2/2/2006 6:37:48 AM.
Now a day it is very difficult to think about building any application without globalization. If we are building an internet application, then it is very much required that our application supports all the languages with respect to the customer's locality.
Creating and Using Resources
1/17/2006 7:42:22 AM.
In this article, I will give you a small example of how to add and use resources.