Hi,
I'm not sure if I've misunderstood your problem. You mentioned that you have a XML document as your datasource, right? Is different language content predefined in that xml document? And the content has no relationship to the controls you defined on the page, right?
If so, I'm afraid that what you can do is just to write the logic in your page by yourself, read the document from that xml file, and show different language content accroding to the current culture status.
If the contents do have relationship to your controls, I think you need to convert your xml file to XSD format, so that you can build the resource file manually.
Thanks.
Michael Jin.
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.