uni-app 中英文切换

   日期:2020-05-14     浏览:255    评论:0    
核心提示:要下载一个语言包 要是不看代码的话,这边有我一个案例,拿去直接用 // 顶部 uni.setNavigationBarTitle({ title: this.$t(index.navTitleFour) });//首页 computed: { i18n() { return this.$t(index); } },// 切换语言按钮change() { ..javascript

先看下图片 代码结构

	 要下载一个语言包(i18n)
	**我在尝试这放图片**
	APP.vue文件
		import i18n from './lang/index' ;
		Vue.prototype._i18n = i18n;

		const app = new Vue({
			i18n,
		    ...App
	})	
	app.$mount();
切换语言页面
	view
	<view>{{ i18n.yizhi }}</view>
// 每个页面都要加   computed和methods同一级
    computed: {
        i18n() {
            return this.$t('index');
        }
    },
// 切换语言按钮
change() {
            const system_info = uni.getStorageSync('system_info');
            system_info.language === 'en' ? (system_info.language = this._i18n.locale = 'zh_CN') : (system_info.language = this._i18n.locale = 'en');
            uni.setStorageSync('system_info', system_info);
            uni.reLaunch({
                url: 'index'
            });
   
        },
要是看不懂得话,直接下载我的demo吧(免费的)
链接:https://download.csdn.net/download/weixin_44186787/12412209

    
 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服