Quote Originally Posted by Marcin Kalak View Post
Translation of the title attribute is currently not supported. We worked on it but there was issue with not translated area and the work was stopped.
ok thank you marcin,

this temporary fix is works, wraping the title attribute in template with this if conditional, if anyone needed it

<if condition="!isset($_REQUEST['language'])">
title ="example title attribute in template"
</if>
or maybe can creating a plugin to do it automatically, so no need translating title attribute in translated pages