请帮我为波斯语后者设置输入掩码。
它允许使用英语的车辆牌照号码,但我需要在其波斯语时设置允许。
<input data-tooltip='Vehicle License Plate Number' id="veh_lic_no" data-inputmask="'mask': '(99) 99A999'" minlength="7" name="veh_lic_no" type="text" class="validate tooltipped" value="" required>
<label for="veh_lic_no" ><?php print _t('12', 'Vehicle License Plate') ?></label>