all components can use the status Manager (mobx) to update the status to switch between the Chinese and English versions, but the bottom navigation react-navigation cannot be updated? May I ask which god knows how to solve it? ...
two questions what is the difference between 1.router.routes and router.options.routes? Print router, the latter is always available, the former sometimes does not have 2. After changing the meta of a route in router.route or router.options.routes, pr...
in my vue project static js country_region.js this file is imported into a .vue file to be used as a drop-down list but my website is multilingual, all introduced i18n, but $t () this syntax can only be used in .vue, how can I use it in this js ...
report an error as shown in the figure directory structure 1.index.js 2.zh.js 3.en.js 4.main.js 5. I saw a vue-i18n-loader on the Internet, but I don t think that s the problem, because I referred to another project, and he didn t match...
The i18n internationalization of element-ui is introduced into vue. The code is as follows: import zhCNLocale from element-ui lib locale lang zh-CN export default { ...zhCNLocale, next: "", submit: "", but keep repo...
as mentioned, iview is loaded on demand, and iview2.x was used before vue-i18n, was used in the project. Just after upgrading to iview3.0.1, the iview component will not switch languages when making an internationalization switch. has anyone encounter...
problem description now there is a requirement that background management can switch the language of the system, rather than automatically depending on the user s region. It is somewhat similar to Wordpress s language choice, as shown in figure ...
nuxt + i18n uses cookies to save the language configuration, how to return the corresponding language pack document when refreshing? What I am writing by default is that cn, manually sets cookie to en, page refresh will appear first cn, and then switch ...
problem description online tutorials are usually modified like www.xxx.com index?lang=zh-CN. I want to make it like https: msdn.microsoft.com zh.. wants to avoid modifying the original controller as much as possible. ...
problem description the front end of the project uses layui, to support internationalization. Now it uses the internationalization of springboot, but do not know how to use it in js html js ...
how to internationalize iview datePicker components iview official website switch English datePicker component becomes English ...
topic description vue i18n specifies the text position to insert dynamic text information, if placeholder replacement is implemented? sources of topics and their own ideas multilingual switching often requires inserting dynamic information into fi...
traditional html pages cannot be internationalized through simple configuration, as i18n is used in vue all I can think of is to write a Chinese html page and an English html page, and read the corresponding page according to the parameters . but I d...
VeeValidate verification can be set for VeeValidate to have a default error prompt language, such as "Chinese and English (zh_CN,EN) " . ...
my icon needs to be changed dynamically, how to achieve it? But ps knows ...