Hi,
I found several Threads about this, bout I cant get it work. Here is
what I did:
- Publish Website with neutral resources
- create localized ressources with resgen from txt to resx (culture:
en)
- build satelite assembly with al.exe
- create subfolder en in bin folder of website
- copy the dll
and it does not work!
If I put the en.resx in VS and publish the Website it works. VS creates
the en folder at the same location and the localized dll has the same
name. The only difference is, that the dll created by vs is a little
bit larger than the one I created with al.exe. Here is my AL.exe
command:
Al.exe /t:lib /embed

efault.en.resx /culture:en
/out:App_GlobalResources.resources.dll
Could anyone open my eyes please .... Thanks!
Thomas