Override Localized Resource Resolution Hierarchy

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?
 
J

Jeffrey Tan[MSFT]

Hi,

Based on my understanding, you want to store several copies of localized
resource in Winform application, then display certain cultrue resource for
the user UI. If I misunderstand you, please feel free to tell me.

Winform has provided the function of doing localization for different
cultrue and languages, for more information, please follow the walkthrough
below:
"Walkthrough: Localizing Windows Forms"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbwlkwalkthroughlocalizingwindowsforms.asp

Also, at design-time, we may use the Designer to control the localization
of the form, please refer to:
"Improving Performance of Localized Forms"
http://windowsforms.net/articles/localizationfilter.aspx

Hope this helps
===============================================
Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top