a quick peek at localization

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I wonder how to internationalize an application.
I know if I have resource in .resx file which I access through resource
manager, I just have to translate these.
but waht about control/forms?

I know I could do it from the IDE, but what if I want to ask a 3rd party to
make the translation for me, and I don't want to give the code?.....
Is it possible to translate an existing winform/control from a thirdparty?
 
I know I could do it from the IDE, but what if I want to ask a 3rd party to
make the translation for me, and I don't want to give the code?.....
Is it possible to translate an existing winform/control from a thirdparty?
Yes, there are translation tools that understand .resx files.
If you try to use a localization company, then they should have the tools
and you have no problem.
 
Back
Top