2

Goal:
Create settings to change language in my C# application.

Problem:
Which best practice, advice, course of action, or similiar should I consider to create this functionality in order to reduce pitfall? Please remember that the langugage can be applied in textbox, label, button etc. Sooner or later I gonna need to add some more language in the future.

Is there any guideline to create technical languge settings in VS 2010?

blowdart
  • 55,577
  • 12
  • 114
  • 149
HelloWorld1
  • 13,688
  • 28
  • 82
  • 145
  • possible duplicate of [Best practice to make a multi language application in C#/WinForms?](http://stackoverflow.com/questions/119568/best-practice-to-make-a-multi-language-application-in-c-winforms) – Chris Haas Apr 18 '11 at 21:28

1 Answers1

1

Beyond the technical advice, additionally choose a "tester" language that all programmers in the team can read/write in order to test that they've configured resources properly and programmed properly to allow for localization. I would suggest Pig Latin or something similar (or like FaceBook's pirate english).

Reddog
  • 15,219
  • 3
  • 51
  • 63