Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Can resource file be in any other format other than resx extensions
Can resource file be in any other format other than resx extensions?
✍: Guest
Yes they can be in .txt format in name and value pairs. For instance below is a simple .txt
file with values.
lblUserId = User Id
lblPassword = Password
cmdSubmitPassword = Submit
2007-11-01, 4666👍, 0💬
Popular Posts:
What metrics will you look at in order to see the project is moving successfully? Most metric sets d...
How To Create an Add-to-NewsGator Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News...
Which bit wise operator is suitable for checking whether a particular bit is on or off? The bitwise ...
How To Use Subqueries in the FROM clause? - MySQL FAQs - SQL SELECT Statements with JOIN and Subquer...
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...