Module:LangDir

From Wikipedia

Documentation for this module may be created at Module:LangDir/doc

local p = {}

function p.dir( frame )
    return lang:isRTL()
end

return p