G
Guest
Is it possible to override the resource resolution hierarchy of the windows
forms resource manager? Basically, I want to create multiple resource files
underneath each culture so that an application can have multiple form layouts
for each supported culture. Then whenever a form is created, I would like to
have the resource manager check the current user interface culture and then
some custom application defined parameter to determine which of the
additional culture specific resource files to load. Also along these same
lines, can the list of languages for the System.Windows.Forms.Form class be
modified to include additional items so that the creation of the additional
culture specific resources can be done from within the forms designer?
forms resource manager? Basically, I want to create multiple resource files
underneath each culture so that an application can have multiple form layouts
for each supported culture. Then whenever a form is created, I would like to
have the resource manager check the current user interface culture and then
some custom application defined parameter to determine which of the
additional culture specific resource files to load. Also along these same
lines, can the list of languages for the System.Windows.Forms.Form class be
modified to include additional items so that the creation of the additional
culture specific resources can be done from within the forms designer?