What is the recommended way to support multiple languages ​​in my C # program?

I am going to run a desktop program in which I want to add support for as many languages ​​as possible. I am going to use C # and at least .NET 2.0. Is there a recommended way to add multi-language support to the GUI and error messages?

Many thanks

+5
source share

All Articles