all groups > dotnet internationalization > february 2005 >
You're in the

dotnet internationalization

group:

Localization of Windows applications


Localization of Windows applications Radha Krishna Srimanthula
2/20/2005 10:03:03 PM
dotnet internationalization:
Hi,

A question regarding resources and localization:

My application has several modules (some exes and some dlls). The exes are
windows forms based modules built in C#. My solution has different projects
for these exes and dlls.

1. I would like to have all the forms compiled as part of a separate
project and have it compiled as a separate resource dll.
1. Is it possible to have a form in the resource dll (a separate project)
and the code behind in a different file (in a different project)?



--
Regards,
Re: Localization of Windows applications Steven Cheng
2/21/2005 6:03:20 PM
Hi Radha,

I think you can separate your form in a single dll(assembly). And windows
form dosn't have the concept of "code-behind", so a windows form (localized)
should have two parts:

the form's class code

and its localization resources

You form's code and the resource (resx) will be compiled into the main
assmebly and other culture's resource will be compiled into satellite
assemblies. However, this won't prevent them from being developed in the
same project.

Thanks,

Steven
"Radha Krishna Srimanthula"
[quoted text, click to view]

AddThis Social Bookmark Button