|
-
Aug 27th, 2003, 08:22 AM
#1
Regionalisation of attributes
I have an attribute Description applied to the public interface items of my usercontrol so that the developer knows what each property is for e.g.:
VB Code:
<Description("Sets the spooler pooling interval"> _
Public Property Timeslice As Integer
'...
End Property
How do I make it so that the description will appear in French on a French developer's machine etc.?
-
Aug 27th, 2003, 02:00 PM
#2
I wonder how many charact
God Merrion, when you ask a question, its beyond difficult...
I think this sample project may help you...
(be aware, it make take 15-20 seconds to load the page, site is sometimes pretty busy i guess)
http://www.codeproject.com/cs/miscct...opertygrid.asp
-
Aug 28th, 2003, 03:11 AM
#3
Investigations reveal a derived class called DescriptionLocalizableAttribute which I may use - or I'll probably end up making my own localisable version of description that is not dependent on Microsoft.ContentManagement.PublishingExtensions....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|