当前位置:网站首页>Ueeditor internationalization configuration, supporting Chinese and English switching
Ueeditor internationalization configuration, supporting Chinese and English switching
2022-07-06 10:17:00 【CHQIUU】
UEditor At present, it supports Chinese and English . Which language needs to be used to directly load the response js that will do
As shown in the figure below
load lang/en/en.js Show English after
load lang/zh-cn/zh-cn.js Chinese is displayed after
Here is JSP and FreeMarker There are two ways to realize automatic switching of page internationalization .
FreeMarker Page configuration
<#if language=='EN'>
<script type="text/javascript" charset="utf-8" src="${contextPath}/static/ueditor/lang/en/en.js"></script>
<#else>
<script type="text/javascript" charset="utf-8" src="${contextPath}/static/ueditor/lang/zh-cn/zh-cn.js"></script>
</#if>
JSP Page configuration
<%if ("EN".equals(language)){
%>
<script type="text/javascript" charset="utf-8" src="<%=contextPath%>/static/ueditor/lang/en/en.js"></script>
<%} else {
%>
<script type="text/javascript" charset="utf-8" src="<%=contextPath%>/static/ueditor/lang/zh-cn/zh-cn.js"></script>
<%} %>
The following is the renderings :
边栏推荐
- Sed text processing
- 14 medical registration system_ [Alibaba cloud OSS, user authentication and patient]
- 软件测试工程师发展规划路线
- MySQL real battle optimization expert 08 production experience: how to observe the machine performance 360 degrees without dead angle in the process of database pressure test?
- C杂讲 文件 续讲
- [after reading the series of must know] one of how to realize app automation without programming (preparation)
- 16 医疗挂号系统_【预约下单】
- Competition vscode Configuration Guide
- 宝塔的安装和flask项目部署
- 软件测试工程师必备之软技能:结构化思维
猜你喜欢
Contrôle de l'exécution du module d'essai par panneau dans Canoe (primaire)
[Julia] exit notes - Serial
South China Technology stack cnn+bilstm+attention
C杂讲 文件 初讲
[one click] it only takes 30s to build a blog with one click - QT graphical tool
MySQL Real Time Optimization Master 04 discute de ce qu'est binlog en mettant à jour le processus d'exécution des déclarations dans le moteur de stockage InnoDB.
Jar runs with error no main manifest attribute
Download address of canoe, download and activation of can demo 16, and appendix of all canoe software versions
Contest3145 - the 37th game of 2021 freshman individual training match_ C: Tour guide
Can I learn PLC at the age of 33
随机推荐
oracle sys_ Context() function
History of object recognition
C杂讲 文件 初讲
Carolyn Rosé博士的社交互通演讲记录
华南技术栈CNN+Bilstm+Attention
MySQL实战优化高手12 Buffer Pool这个内存数据结构到底长个什么样子?
Contest3145 - the 37th game of 2021 freshman individual training match_ C: Tour guide
MySQL Real Time Optimization Master 04 discute de ce qu'est binlog en mettant à jour le processus d'exécution des déclarations dans le moteur de stockage InnoDB.
好博客好资料记录链接
美疾控中心:美国李斯特菌疫情暴发与冰激凌产品有关
Pointer learning
MySQL combat optimization expert 12 what does the memory data structure buffer pool look like?
使用OVF Tool工具从Esxi 6.7中导出虚拟机
C miscellaneous shallow copy and deep copy
13 medical registration system_ [wechat login]
Zsh configuration file
Installation de la pagode et déploiement du projet flask
Super detailed steps for pushing wechat official account H5 messages
CANoe CAPL文件操作目录合集
通过bat脚本配置系统环境变量