Multilingual application

M

MikeTI

April 12, 2010

Hi all

I have a requirement to develop an application in VB Net 2008 that should be
multilingual.

What could be the easiest way to manage the text of labels etc. based on the
language selected which could be a code passed on to the form as a
parameter.

Thanks in advance

Mike TI
 
M

Martin H.

Hello Mike,

the easiest way would be the use of resource DLLs which contain the
texts. The .NET framework would then choose the proper DLL at run-time
and use it for showing the proper texts.

However, if you want to give your users the option to edit the texts,
you might like to use a text (or XML) file with the translations. The
resource DLL files do not allow the user to edit them (easily) as they
are binary files.

Best regards,

Martin

Am 12.04.2010 14:50, schrieb MikeTI:
 

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