Enhanced C#
Language of your choice: library documentation
Loyc.LocalizableAttribute Class Reference

I plan to use this attribute someday to gather all the localizable strings in an application. This attribute should be applied to a string function parameter if the method calls Localized() using that parameter as the format string, or passes it to another localizing method. More...


Source file:
Inheritance diagram for Loyc.LocalizableAttribute:

Remarks

I plan to use this attribute someday to gather all the localizable strings in an application. This attribute should be applied to a string function parameter if the method calls Localized() using that parameter as the format string, or passes it to another localizing method.