import module namespace ft = "http://www.zorba-xquery.com/modules/full-text";

ft:is-stop-word( "el", xs:language("es") )


(:

Expected output:

true


:)