c# - Is it possible to embed a resource (resx) file into a class library so users will not need to copy the .resources file? -
i have class library in c#.net
using .resx
files localization. there potentially 20 .resx
files particular class library. library going used multiple applications. tedious each application create folder structure , copy each [language]/namespace.resources.dll
these folders.
is possible somehow embed .resx/resources
files class library users not have copy of [language]/namespace.resources.dll
files application well?
Comments
Post a Comment