views:

31

answers:

0

Hi

We have a winforms application , which is to be globalized and localized for french and japanese . the default locale is English.

I understood, how to localize my forms . but need to understand localization of user entered data in those forms.

Our application creates some templates which should be used by person in different locale.

How to achieve this ? My views are - For this, after the template is created in one locale, we should extract a .resx file from template object some how (dont know how to achieve this). this resource file can be sent for translation and again bind this resource file to object to display our original template in different locale.

or is there a way to achieve this through multiple databases (maybe) each storing templates of different locale?

I am not sure of any of approach, please help if any one has faced similar situation.