I have a C# application that I need to convert to support English and Spanish, is there a semi easy way to add that in and be able to add other languages later on?
Yes! It's called resource (.resx) files. What you do is this:
Localizable
property of your localizable forms to true
. This will make the designer fetch text and other properties from the .resx files instead of hard-coding them.Language
property of the form to the other language, let's say Spanish.And voilà! You're done!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With