What is the easiest way to build a multilanguage interface in C#? I'm aiming for it to be easy to write new language sets for it; I've seen ini files with language settings, but AFAIK .NET can't work with ini files without 3rd party components. Please tell me what choices I have and how one would change the language files.
Thanks in advance!
Thanks in advance!