layout: docs title: Table i18n Enhance description: Table i18n Enhance extension of Bootstrap Table. group: extensions
Use Plugin: bootstrap-table-i18n-enhance
<script src="extensions/select2-filter/bootstrap-table-i18n-enhance.js"></script>
$table.bootstrapTable("changeLocale", "zh_TW"); $table.bootstrapTable("changeTitle", {
columnA.field: "New column A title.",
columnB.field: "New column B title."
});