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."
});