Website language pack translation

return array (
"version migrated goods",
"packing list" = > "package list",
"save" = > "save",
"save remarks" = > "save",
"save success" = > "save success",
"save failure" = > "save failure",
);
how to handle site-wide translation for language packages like this?

to realize the multilingualization of the website, whether the principle of positive side matching and replacement can be realized.
wants to achieve batch translation purposes.

the whole station is translated into other languages.

Mar.30,2021

i18n, depending on what framework or class library you use, there are basically ready-made i18n solutions, such as jQuery.i18n.properties, vue-i18n =

.
Menu