FreeSWITCH.Native.freeswitch.switch_xml_locate_language C# (CSharp) Method

switch_xml_locate_language() public static method

public static switch_xml_locate_language ( SWIGTYPE_p_p_switch_xml root, SWIGTYPE_p_p_switch_xml node, switch_event arg2, SWIGTYPE_p_p_switch_xml language, SWIGTYPE_p_p_switch_xml phrases, SWIGTYPE_p_p_switch_xml macros, string str_language ) : switch_status_t
root SWIGTYPE_p_p_switch_xml
node SWIGTYPE_p_p_switch_xml
arg2 switch_event
language SWIGTYPE_p_p_switch_xml
phrases SWIGTYPE_p_p_switch_xml
macros SWIGTYPE_p_p_switch_xml
str_language string
return switch_status_t
        public static switch_status_t switch_xml_locate_language(SWIGTYPE_p_p_switch_xml root, SWIGTYPE_p_p_switch_xml node, switch_event arg2, SWIGTYPE_p_p_switch_xml language, SWIGTYPE_p_p_switch_xml phrases, SWIGTYPE_p_p_switch_xml macros, string str_language)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_xml_locate_language(SWIGTYPE_p_p_switch_xml.getCPtr(root), SWIGTYPE_p_p_switch_xml.getCPtr(node), switch_event.getCPtr(arg2), SWIGTYPE_p_p_switch_xml.getCPtr(language), SWIGTYPE_p_p_switch_xml.getCPtr(phrases), SWIGTYPE_p_p_switch_xml.getCPtr(macros), str_language);
            return ret;
        }
freeswitch