Localization with xml without compilation?

I'm looking for the best way to implement winform with different languages, but I don't want to use Visual Studio resource files because you always need to recompile.

I found the following solution for using XML files without compilation: http://www.codeproject.com/KB/miscctrl/xml_localization.aspx

I find everything is ok, users can edit the xml and they can provide my app with translations in the future.

Do you know what is best for this?

+1


source to share


1 answer


Rather than defining your own XML-based internalization system, you can go the standard way using one such as the Translation Memory eXchange format .



+1


source







All Articles