Thanks for Haacked's informative link.
Hi Brian,
Here is another tech article describe adding a description for the windows
service. Since the buildin Service
Class in the framework dosn't provide the description property, generally
we need to access the registry so as to set the description for a windows
service.
#Adding a description to a .NET Windows Service
http://www.codeproject.com/dotnet/dotnetscmdescription.asp
Also, as for localization, you can just store different culture
descriptions in assembly as resource and retrieve them out at runtime based
on the sytstem's culture setting. Thanks.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)