Hello,
Can anybody help me on this?
I cannot find a way to get values with linq for specific language, as for example something like:
var xElementWebSorted =
from xel in xElementWeb.Descendants()
where
xElementWeb.Attribute("Culture") == "en-US"
select xel
Kind regards.
Claude