G
Guest
Hi,
I developed an multi lingual application in vb.net(VS.NET 2003) using
..Language and .Localizable property of window form. I want to create a
satellite assembly to store all resources and then retrive them based on the
language in which form is displayed. I m using assembly linker tool for
Satellite assembly creation. I used resgen utility to create .resources file
from all .resx files(Which are automatically created for each language of the
form.) and place these files in appropriate folders for respective languages.
Now i want to use al.exe to generate satellite assembly. but whenever i
type al in vs.net command prompt screen it says "al.exe is not valid win32
program.". Then i changed directory to where al.exe
reside(c:\windows\microsoft.net\framework\v1.1.4322) then it is recognized it.
How can i embed multiple .resources file in a single satellite
assembly? I tried this separating file names by comma but it gave error.
where that satellite assembly willl be stored? will it be in
c:\windows\microsoft.net\framework\v1.1.4322? How can i store it in folder i
want? Is path-setting necessary to use al.exe utility? if yes then How path
should be set for it? Should i follow the naming convention for satellite
assembly also? If yes then which culture name i should specify for it as it
will be containing resources for all languages.
How can i edit my satellite assembly?
Waiting for replies,
Thanks in advance.
Regards,
RbanBph
I developed an multi lingual application in vb.net(VS.NET 2003) using
..Language and .Localizable property of window form. I want to create a
satellite assembly to store all resources and then retrive them based on the
language in which form is displayed. I m using assembly linker tool for
Satellite assembly creation. I used resgen utility to create .resources file
from all .resx files(Which are automatically created for each language of the
form.) and place these files in appropriate folders for respective languages.
Now i want to use al.exe to generate satellite assembly. but whenever i
type al in vs.net command prompt screen it says "al.exe is not valid win32
program.". Then i changed directory to where al.exe
reside(c:\windows\microsoft.net\framework\v1.1.4322) then it is recognized it.
How can i embed multiple .resources file in a single satellite
assembly? I tried this separating file names by comma but it gave error.
where that satellite assembly willl be stored? will it be in
c:\windows\microsoft.net\framework\v1.1.4322? How can i store it in folder i
want? Is path-setting necessary to use al.exe utility? if yes then How path
should be set for it? Should i follow the naming convention for satellite
assembly also? If yes then which culture name i should specify for it as it
will be containing resources for all languages.
How can i edit my satellite assembly?
Waiting for replies,
Thanks in advance.
Regards,
RbanBph