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