xml - Visual Studio cannot find GetLocale() function used in VBScript as part of XSL -


I am trying to debug XSLT in Visual Studio 2012 and I am getting the following error:

ERROR: The 'GetLocale' has not been declared

I am implementing the script

  & lt; Msxsl: script language = "vbsppt" applies -prefix = "testCmnVBS" & gt; ... dim localeID localeID = GetLocale () ... & lt; / Msxsl & gt;  

Therefore it should be a way to use

but it seems as if it does not see it. Anyone know why?

It may be that you have GetLocale () and GetLocale () which is preventing it from being seen.


Comments