Bootstrap-table : 中文文本
Posted
技术标签:
【中文标题】Bootstrap-table : 中文文本【英文标题】:Bootstrap-table : text in Chinese 【发布时间】:2015-05-20 02:19:37 【问题描述】:我在我的一个网页中使用引导表。 引导表:link
我有一个有趣的小问题:
如您所见,boostrap 表格文本是中文的。 如何更改语言?
【问题讨论】:
【参考方案1】:cdn 的错误。
在Getting started 的引导表网站中,CDN 链接是:
<!-- Latest compiled and minified Locales -->
<script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.6.0/locale/bootstrap-table-zh-CN.min.js"></script>
这是中文CDN。
其他 CDN 在这里:list of CDN
【讨论】:
您能否澄清一下您自己的答案...您是说因为您使用别人定制的引导程序版本作为您的 CDN,所以它被设置为默认使用中文? “入门”中的CDN是中文cdn。【参考方案2】:在js文件和css文件下面添加这些。
<script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.1/bootstrap-table.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.1/bootstrap-table.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.1/locale/bootstrap-table-zh-CN.min.js"></script>
【讨论】:
【参考方案3】:您还可以将 bootstrap-table 中的语言环境设置为“en-US”,例如
height: 550,
locale: 'en-US',
其中 $table 是对 bootstrapTable 的 id 的引用
【讨论】:
以上是关于Bootstrap-table : 中文文本的主要内容,如果未能解决你的问题,请参考以下文章
Bootstrap-table 使用 Firebase 实时数据库显示“No matching records found”和 bootstrap-table 中的记录