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 :-)
 
Back
Top