Tired of seeing "Spellcasting Class 1" or the like on tabs on your character sheets? The Roll20 translation feature can help. Sheet HTML excerpts: <input type="radio" name="attr_spellclass-tab" value="1" title="Spellcasting Class 1" checked="checked"/> <span data-i18n="spellclass01-u" >Spellcasting Class 1</span> <input type="radio" name="attr_spellclass-tab" value="2" title="Spellcasting Class 2" /> <span data-i18n="spellclass02-u" >Spellcasting Class 2</span> <td style="width: 50px;">Classname</td> <td><input type="text" style="width: 197px;" name="attr_spellclass01" title="spellclass01" value="Spellcasting Class 1"></td> Translation file: { "spellclass01-u": "<span name=\"attr_spellclass01\"></span>", "spellclass02-u": "<span name=\"attr_spellclass02\"></span>" } Here it is in action (click image to animate):