B
bullines
Greetings!
I'm interested in extending what's available in the .NET framework
with regards to globalization and localization. I've read many
articles that discuss extending so that a datasource other than RESX
files (Ex: database) can be used, such as this one:
http://msdn2.microsoft.com/en-us/library/aa905797.asp
Most of these articles use the same idea of key-value pairs - just a
different datasource. I was wondering if anyone could provide some
insight as to whether it's possible to extend what .NET offers such
that content can come from, say, XML files. And not in the key-value
sense, but more along the lines of XPath or XQuery? If this is
possible, where might there be some good resources targeting .NET 3.5
to help get started? Thanks in advance.
I'm interested in extending what's available in the .NET framework
with regards to globalization and localization. I've read many
articles that discuss extending so that a datasource other than RESX
files (Ex: database) can be used, such as this one:
http://msdn2.microsoft.com/en-us/library/aa905797.asp
Most of these articles use the same idea of key-value pairs - just a
different datasource. I was wondering if anyone could provide some
insight as to whether it's possible to extend what .NET offers such
that content can come from, say, XML files. And not in the key-value
sense, but more along the lines of XPath or XQuery? If this is
possible, where might there be some good resources targeting .NET 3.5
to help get started? Thanks in advance.