Under .resx in windows application, some properties get moved to "Others" category in .resx when we change the "Localizable" property of the Form.
How we can able to find it out which properties are belong to "Others" category in .resx..?
any solutions...
If you win, you need not have to explain...If you lose, you should not be there to explain!
shree_ars
Participant
1395 Points
776 Posts
.Resx file : Category : properties
Nov 16, 2011 06:42 AM|LINK
Under .resx in windows application, some properties get moved to "Others" category in .resx when we change the "Localizable" property of the Form.
How we can able to find it out which properties are belong to "Others" category in .resx..?
any solutions...
wangping8271...
Member
738 Points
145 Posts
Re: .Resx file : Category : properties
Nov 18, 2011 06:44 AM|LINK
see
http://msdn.microsoft.com/en-us/library/y99d1cd3(v=VS.100).aspx
shree_ars
Participant
1395 Points
776 Posts
Re: .Resx file : Category : properties
Nov 18, 2011 11:24 AM|LINK
wangping....
Its an method to do it by visual studio..
actually i need to proces it in code behind(c#) to determine the property which get moved to "Other" category under .resx