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