XLocalizer
XLocalizer copied to clipboard
translating html tags
When creating scripts, it will translate this line , how can i disabling?
Can you show a sample code?
Anyhow, you can disable translation for inner html content using localize-content="false"
<!-- assuming you have a select box, and you want to translate its title bot not the inner html -->
<select localize-att-title="Tooltip" localize-content="false">
<option localize-content>AAA</option>
</select>