I have written an application that takes a proprietary file format and converts it to XML. I would like to localize that XML file based on culture information by translating element and attribute names.
I can see how to create the XML document using resource files but I am wondering if there isn't an easier way.
Also will I need to construct multiple schemas or can I handle the cultural differences with multiple namespaces?