G
Gavin
I want to localize silverlight application with several different languages.
The normal way is OK to show different languages, just by making several
defferent resource files for each languages. And I found those resouce dlls
shall be packed into the final .xap file. But my case is that Is there any
way not to put the language related dll's into .xap file. just by copying
each resource(zh-cn\XXX.resources.dll) into the ClientBin folder the same
folder as .xap file, for future we may manually add more language resource
dlls without changing the xap file . (Which is like normal winform or asp.net
applicaion does) .I tried this. But can not make it working. Pls advice. I
also have the demo source code. If necessary, I could forward it out.
The normal way is OK to show different languages, just by making several
defferent resource files for each languages. And I found those resouce dlls
shall be packed into the final .xap file. But my case is that Is there any
way not to put the language related dll's into .xap file. just by copying
each resource(zh-cn\XXX.resources.dll) into the ClientBin folder the same
folder as .xap file, for future we may manually add more language resource
dlls without changing the xap file . (Which is like normal winform or asp.net
applicaion does) .I tried this. But can not make it working. Pls advice. I
also have the demo source code. If necessary, I could forward it out.