3 references to LangToLcidInternal
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
217return LangToLcidInternal(lang, forwardCompatibility, null);
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
1310int lcid = XsltLibrary.LangToLcidInternal(lang, fwdCompat, (IErrorHelper)this); 1335return f.Double(XsltLibrary.LangToLcidInternal((string)(QilLiteral)lang, fwdCompat, (IErrorHelper)this));