Show / Hide Table of Contents

Getting Documents

CLDR documents are XML files represented as a XPathDocument and may exist in multiple repositories.

GetDocuments returns a sequence of XPath documents that match the supplied name. For performance reasons, a cache of XPath documents is maintained.

var docs = Cldr.Instance.GetDocuments("common/supplemental/supplementalData.xml");
  • Improve this Doc
Back to top Generated by DocFX