How to internationalize AssemblyInfo strings?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Is there a way to internationalize the strings in the AssemblyInfo for a C# DLL? I am used to doing this with the VersionInfo in C++ where you could have a separate instance for each language and each VersionInfo instance could be placed in a separate resource DLL. If not, is there another approach I should look into?