referencing dll
C#
3
Posts
3
Posters
0
Views
1
Watching
-
hi, i have to load resources from dll based on os language.How can i reference dll?
-
hi, i have to load resources from dll based on os language.How can i reference dll?
try this ... [DllImport("DLL_NAME.dll")]
-
hi, i have to load resources from dll based on os language.How can i reference dll?
If you're looking to localize your application, .NET supports doing this automatically if you've supplied the data in resources and written your code correctly. Start reading here[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...