layout: docs title: Table i18n Enhance description: Table i18n Enhance extension of Bootstrap Table. group: extensions
Use Plugin: bootstrap-table-i18n-enhance
{% highlight html %} {% endhighlight %}
$table.bootstrapTable("changeLocale", "zh_TW"); $table.bootstrapTable("changeTitle", {
columnA.field: "New column A title.",
columnB.field: "New column B title."
});