Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 11, 2011 03:30 AM by shree_ars
Participant
1395 Points
776 Posts
Nov 10, 2011 04:24 AM|LINK
Hi all,,,
I am createing the .resx file dynamically through codeing(C#) using "ResXResourceWriter".
Everything is fine as of now.
But one thing is i need to add some key values under "Other" category in .resx file.
How could i mention the category in ResXResourceWriter while adding.
any solution or idea...................
Nov 11, 2011 03:30 AM|LINK
Its can be done by adding the AddMetaData property and also the Other category contains "type" attribute which can be differentiated with others
shree_ars
Participant
1395 Points
776 Posts
.resx file creation
Nov 10, 2011 04:24 AM|LINK
Hi all,,,
I am createing the .resx file dynamically through codeing(C#) using "ResXResourceWriter".
Everything is fine as of now.
But one thing is i need to add some key values under "Other" category in .resx file.
How could i mention the category in ResXResourceWriter while adding.
any solution or idea...................
shree_ars
Participant
1395 Points
776 Posts
Re: .resx file creation
Nov 11, 2011 03:30 AM|LINK
Its can be done by adding the AddMetaData property and also the Other category contains "type" attribute which can be differentiated with others