<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/xdmp.callerDialect.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>xdmp.callerDialect</api:function-name><api:suggest>xdmp.callerdialect</api:suggest><api:suggest>xdmp</api:suggest><api:suggest>callerdialect</api:suggest><api:function-link mode="xquery" fullname="xdmp:caller-dialect">/apidoc/8.0/xdmp:caller-dialect.xml</api:function-link><api:function mode="javascript" name="callerDialect" type="builtin" lib="xdmp" category="Extension" subcategory="Extension" hidden="false" bucket="MarkLogic Built-In Functions" prefix="xdmp" namespace="http://marklogic.com/xdmp" fullname="xdmp.callerDialect"><api:summary>
  Returns the dialect (e.g., "javascript", "1.0-ml", etc) of the caller
  or the empty sequence if no dialect information is available.
  Note that the return is not the language the function that calls
  this built-in is written in; it is the dialect the function is called from.
  For example, if a JavaScript program calls function "foo",
  which uses xdmp:caller-dialect, then the return from xdmp:caller-dialect
  will be “javascript” even if "foo" is implemented in XQuery.
</api:summary><api:params/><api:return>String?</api:return></api:function></api:function-page>