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?