How to properly create a multi language UI app

  • Thread starter Thread starter Karsten Schramm
  • Start date Start date
K

Karsten Schramm

Hi,

is there some kind of tutorial on how I can most easily design an
application that takes its UI texts and labels from a resource in the
correct language?

Currently I use the OnLoad event and set every text manually á la
this.NameLabel.Text = FormTextResource.NameLabelText;

Thanks :-)
 

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

Back
Top