S
Steven
Hi
I have been working on this for days and feel there may not be an easy
answer. I have a very large solution with 171 projects. some projects have
over 60 forms or web pages.
I have spent some time creating a tool that extracts all .resx files.
Creates a dummy translation then saving a culture version of this file (e.g.
form1.<culture>.resx.
I have then created a \<culture>\MyProject.resources.dll using resgen.exe
and al.exe.
The problem I am having is this file is not automatically loaded when the
application runs. I would like to be able to create the resources.dll file in
the same mannor as Visual Studio does to ensure it is loaded automatically
when a culture is set.
The reason I don't want to manually load this sat assembly is because there
are litterally 100's of forms and web pages in the solution and it would be
too time consuming.
Is there a way I can create my .resource.dll file in the same way as VS so
it is automatically loaded?
Thanks in advance.
Steven.
I have been working on this for days and feel there may not be an easy
answer. I have a very large solution with 171 projects. some projects have
over 60 forms or web pages.
I have spent some time creating a tool that extracts all .resx files.
Creates a dummy translation then saving a culture version of this file (e.g.
form1.<culture>.resx.
I have then created a \<culture>\MyProject.resources.dll using resgen.exe
and al.exe.
The problem I am having is this file is not automatically loaded when the
application runs. I would like to be able to create the resources.dll file in
the same mannor as Visual Studio does to ensure it is loaded automatically
when a culture is set.
The reason I don't want to manually load this sat assembly is because there
are litterally 100's of forms and web pages in the solution and it would be
too time consuming.
Is there a way I can create my .resource.dll file in the same way as VS so
it is automatically loaded?
Thanks in advance.
Steven.