I am building an offline multi-page mobile application on Dreamweaver, and I am trying to make it so that the application can detect only certain <h1>
s and translate them to the locale language the users phone is set to, but I do not know how. below, I want the top <h1>
to be translated to the users locale language, while leaving the bottom <h1>
in English.
//html
<h1 class="TopText" id="HouseT">Apartment</h1>
<img src"~"/>
<h1 class="BotText" id="HouseB">Apartment</h1>