CN112162813A - System internationalization configuration method and device - Google Patents

System internationalization configuration method and device Download PDF

Info

Publication number
CN112162813A
CN112162813A CN202011032476.5A CN202011032476A CN112162813A CN 112162813 A CN112162813 A CN 112162813A CN 202011032476 A CN202011032476 A CN 202011032476A CN 112162813 A CN112162813 A CN 112162813A
Authority
CN
China
Prior art keywords
language
information
international
dictionary
updating
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011032476.5A
Other languages
Chinese (zh)
Inventor
杨志鹏
李鑫
马文静
刘柳
靳兆强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Forever Technology Co Ltd
Original Assignee
Beijing Forever Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Forever Technology Co Ltd filed Critical Beijing Forever Technology Co Ltd
Priority to CN202011032476.5A priority Critical patent/CN112162813A/en
Publication of CN112162813A publication Critical patent/CN112162813A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/454Multi-language systems; Localisation; Internationalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Computing Systems (AREA)
  • Human Computer Interaction (AREA)
  • Machine Translation (AREA)

Abstract

According to the system internationalized configuration method and device provided by the invention, a translator can directly input internationalized language configuration information in the system, the system updates the language dictionary entry database which is created in advance according to the internationalized language configuration information, and the updated information of the language dictionary entry database is synchronized to the cache by using a synchronization mechanism between the database and the cache, so that the latest internationalized language information is read from the cache by a front end on the basis of not restarting the system, the system internationalized configuration process is simplified, and the system internationalized configuration efficiency is improved.

Description

System internationalization configuration method and device
Technical Field
The invention relates to the technical field of computers, in particular to a system internationalization configuration method and device.
Background
Driven by the economic globalization, the system is often required to be compatible with various countries, and the system internationalization becomes an important function of the system, and provides system interfaces of corresponding languages for users in different countries or regions.
At present, internationalization of a system is usually realized by providing internationalized data for a developer by a translator, then entering the internationalized data in a configuration file by the developer, and after the entering is finished, the internationalized data in the configuration file can be loaded into a cache by restarting the system, so that a system interface at the front end is displayed. If the configuration information of the system interface changes, for example, the system menu name changes, the translator needs to provide the relevant translation data, the developer updates the relevant data in the configuration file, and the system is restarted to take effect, so that the whole process is complicated, time-consuming, labor-consuming and low in efficiency.
Disclosure of Invention
In view of this, the present invention provides a method and an apparatus for internationalized configuration of a system, in which a translator can directly input homed language configuration information, and can take effect immediately without restarting the system, thereby improving the internationalized configuration efficiency of the system.
In order to achieve the above purpose, the invention provides the following specific technical scheme:
a system internationalized configuration method comprises the following steps:
receiving international language configuration information input by a translator;
updating a pre-established language dictionary item database according to the international language configuration information;
and synchronizing the updated information of the language dictionary entry database to a cache, so that the front end reads the updated international language information from the cache.
Optionally, the updating the pre-created language dictionary entry database according to the international language configuration information includes:
under the condition that the international language configuration information comprises newly added language type information, acquiring a language name and a language code in the newly added language type information;
and creating a language dictionary item data table corresponding to the language name and the language code in the newly added language type information in the language dictionary item database.
Optionally, the updating the pre-created language dictionary entry database according to the international language configuration information includes:
under the condition that the international language configuration information comprises label international updating information, acquiring a language name, a language code, a resource label and a dictionary name in the label international updating information;
and updating the dictionary names corresponding to the language names, the language codes and the resource labels in the label internationalization updating information in the language dictionary item database.
Optionally, the updating the pre-created language dictionary entry database according to the international language configuration information includes:
under the condition that the internationalized language configuration information comprises translation entry information, acquiring a language name, a language code, a resource tag and a dictionary name in the translation entry information;
and storing the language name, the language code, the resource tag and the dictionary name in the translation entry information into the language dictionary entry database.
Optionally, the receiving internationalized language configuration information input by the translator includes:
acquiring login information of the translator;
judging whether the translator has a system international configuration authority or not according to pre-stored authority configuration information and the login information;
and receiving the international language configuration information input by the translator under the condition that the translator has the system international configuration authority.
Optionally, the receiving internationalized language configuration information input by the translator includes:
receiving internationalized language configuration information input by the translator through a visual interface.
Optionally, after the updating the pre-created language dictionary entry database, the method further includes:
recording the identification, the updating time and the updating record information of the translator updating the language dictionary entry database.
A system internationalized configuration apparatus comprising:
the configuration information receiving unit is used for receiving the international language configuration information input by the translator;
the database updating unit is used for updating a language dictionary entry database which is created in advance according to the international language configuration information;
and the cache synchronization unit is used for synchronizing the updated information of the language dictionary entry database to the cache so that the front end reads the updated international language information from the cache.
Optionally, the database updating unit is specifically configured to:
under the condition that the international language configuration information comprises newly added language type information, acquiring a language name and a language code in the newly added language type information;
and creating a language dictionary item data table corresponding to the language name and the language code in the newly added language type information in the language dictionary item database.
Optionally, the database updating unit is specifically configured to:
under the condition that the international language configuration information comprises label international updating information, acquiring a language name, a language code, a resource label and a dictionary name in the label international updating information;
and updating the dictionary names corresponding to the language names, the language codes and the resource labels in the label internationalization updating information in the language dictionary item database.
Optionally, the database updating unit is specifically configured to:
under the condition that the internationalized language configuration information comprises translation entry information, acquiring a language name, a language code, a resource tag and a dictionary name in the translation entry information;
and storing the language name, the language code, the resource tag and the dictionary name in the translation entry information into the language dictionary entry database.
Optionally, the configuration information receiving unit is specifically configured to:
acquiring login information of the translator;
judging whether the translator has a system international configuration authority or not according to pre-stored authority configuration information and the login information;
and receiving the international language configuration information input by the translator under the condition that the translator has the system international configuration authority.
Optionally, the configuration information receiving unit is specifically configured to:
receiving internationalized language configuration information input by the translator through a visual interface.
Optionally, the apparatus further includes an update recording unit, configured to record an identifier of the translator who updates the language dictionary entry database, an update time, and update recording information.
Compared with the prior art, the invention has the following beneficial effects:
according to the system internationalized configuration method disclosed by the invention, a translator can directly input internationalized language configuration information in the system, the system updates the language dictionary entry database which is created in advance according to the internationalized language configuration information, and the updated information of the language dictionary entry database is synchronized to the cache by using a synchronization mechanism between the database and the cache, so that the latest internationalized language information is read from the cache by a front end on the basis of not restarting the system, the system internationalized configuration process is simplified, and the system internationalized configuration efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flowchart illustrating a method for internationally configuring a system according to an embodiment of the present invention;
FIG. 2 is a table structure diagram of a database of language dictionary entries according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a system internationalized configuration visualization interface disclosed in an embodiment of the present invention;
FIG. 4 is a schematic diagram of a modified internationalization interface disclosed in the embodiment of the present invention;
FIG. 5 is a schematic diagram of another system internationalized configuration visualization interface disclosed in the embodiment of the present invention;
FIG. 6 is a schematic diagram of a dictionary management visualization interface according to an embodiment of the present invention;
FIG. 7 is a schematic diagram of another system internationalized configuration visualization interface disclosed in the embodiment of the present invention;
fig. 8 is a schematic structural diagram of a system internationalized configuration apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In order to solve the problems that the process of realizing the system international configuration is complicated and the system international configuration can only be started again to be effective in the prior art, the invention provides a system international configuration method based on il8n, wherein il8n is a web application supporting multi-national languages, a corresponding interface is returned according to the language type of the front end, the visual configuration of the language type and the language translation is realized, a translator can perform translation entry, update or import into the system through the system and can take effect immediately, the system international configuration flow is simplified, and the system international configuration efficiency is improved.
Specifically, referring to fig. 1, the system international configuration method disclosed in this embodiment includes the following steps:
s101: receiving international language configuration information input by a translator;
the translator here is a translator having a system international configuration authority, and accordingly, the translator needs to log in a background system before performing system international configuration. The method comprises the steps of obtaining login information of a translator, judging whether the translator has system international configuration authority or not according to pre-stored authority configuration information and the obtained login information, receiving international language configuration information input by the translator under the condition that the translator has the system international configuration authority, and otherwise, prompting the translator that the translator does not have the international configuration authority under the condition that the translator does not have the system international configuration authority.
Further, different internationalization configuration permissions can be set for different translators, for example, a translator with higher permission can add a language type, update a dictionary name corresponding to a tag, perform translation entry and the like in the system, a translator with lower permission can update a dictionary name corresponding to a tag, perform translation entry and the like, and a translator with lower permission can perform translation entry only, which is described above only by way of example and is not limited specifically here.
In order to improve user experience, the embodiment provides a visual interface of system internationalization configuration, a translator can input internationalization language configuration information through the visual interface, and a corresponding system receives the internationalization language configuration information input by the translator through the visual interface, such as newly added language type information, label internationalization update information, translation entry information, and the like.
S102: updating a pre-established language dictionary item database according to the international language configuration information;
a language dictionary entry database is created in advance, a table of internationalized language translations is stored, the table structure is shown in fig. 2, and each translation language corresponds to one language dictionary entry data table.
The translation personnel can realize the internationalized configuration functions of adding a language type, updating dictionary names corresponding to labels, inputting translation and the like by inputting internationalized language configuration information.
Acquiring a language name and a language code in the newly added language type information under the condition that the internationalized language configuration information comprises the newly added language type information; and creating a language dictionary item data table corresponding to the language name and the language code in the new language type information in the language dictionary item database.
Under the condition that the international language configuration information comprises label international updating information, acquiring a language name, a language code, a resource label and a dictionary name in the label international updating information; and updating the language name, the language code and the dictionary name corresponding to the resource label in the label internationalization updating information in the language dictionary item database.
Under the condition that the internationalized language configuration information comprises translation entry information, acquiring a language name, a language code, a resource tag and a dictionary name in the translation entry information; and storing the language name, the language code, the resource label and the dictionary name in the translation entry information into a language dictionary item database.
The internationalized configuration function of the system is described below by way of specific embodiments:
referring to fig. 3, fig. 3 is an alternative visualization interface for internationalized configuration of a system, where a translator can perform functions of adding, modifying, deleting, exporting, importing, and refreshing by clicking a button. The corresponding resource name can also be searched by inputting the resource name, the resource label, the internationalization type and the national region.
Clicking the modify button in the interface of fig. 3 jumps to the modify internationalization interface shown in fig. 4. The translator can modify or enter the resource label corresponding to a certain resource name, modify the dictionary name of a certain language that has been entered, such as modifying the dictionary name corresponding to english, and enter the dictionary name of a certain language, such as entering the dictionary name corresponding to spanish.
Referring to fig. 5, a function of automatically generating an internationalized label may also be added through the visual interface provided in fig. 5 when the menu and the dictionary entry relate to a page text display function, that is, data corresponding to the label is stored in the language dictionary entry database while the menu label is added, and language-changed internationalized entry is added according to the current entry language environment.
Further, different systems may also correspond to different language dictionary entry databases, and dictionary management may be performed through the visualization interface shown in fig. 6.
It should be noted that, in order to make the translator traceable in performing the operation of the system international configuration each time, the identification, the update time, and the update record information of the translator updating the language dictionary entry database may also be recorded.
S103: and synchronizing the updated information of the language dictionary entry database to the cache, so that the front end reads the updated international language information from the cache.
Specifically, after the translator completes the system international configuration, the translator may synchronize the update information of the language dictionary entry database to the cache by clicking a refresh button in the system international configuration visual interface shown in fig. 7, and using a synchronization mechanism between the database and the cache, so as to enable the front end to read the latest international language information from the cache without restarting the system.
Therefore, according to the system international configuration method disclosed in this embodiment, a translator can directly input international language configuration information in the system, the system updates the language dictionary entry database created in advance according to the international language configuration information, and synchronizes the update information of the language dictionary entry database to the cache by using a synchronization mechanism between the database and the cache, so that the front end reads the latest international language information from the cache without restarting the system, the system international configuration process is simplified, and the system international configuration efficiency is improved.
Referring to fig. 8, the present embodiment correspondingly discloses a system international configuration apparatus, which includes:
a configuration information receiving unit 100 for receiving the internationalized language configuration information input by the translator;
a database updating unit 200, configured to update a language dictionary entry database created in advance according to the international language configuration information;
and a cache synchronization unit 300, configured to synchronize the update information of the language dictionary entry database to a cache, so that the front end reads the updated international language information from the cache.
Optionally, the database updating unit 200 is specifically configured to:
under the condition that the international language configuration information comprises newly added language type information, acquiring a language name and a language code in the newly added language type information;
and creating a language dictionary item data table corresponding to the language name and the language code in the newly added language type information in the language dictionary item database.
Optionally, the database updating unit 200 is specifically configured to:
under the condition that the international language configuration information comprises label international updating information, acquiring a language name, a language code, a resource label and a dictionary name in the label international updating information;
and updating the dictionary names corresponding to the language names, the language codes and the resource labels in the label internationalization updating information in the language dictionary item database.
Optionally, the database updating unit 200 is specifically configured to:
under the condition that the internationalized language configuration information comprises translation entry information, acquiring a language name, a language code, a resource tag and a dictionary name in the translation entry information;
and storing the language name, the language code, the resource tag and the dictionary name in the translation entry information into the language dictionary entry database.
Optionally, the configuration information receiving unit 100 is specifically configured to:
acquiring login information of the translator;
judging whether the translator has a system international configuration authority or not according to pre-stored authority configuration information and the login information;
and receiving the international language configuration information input by the translator under the condition that the translator has the system international configuration authority.
Optionally, the configuration information receiving unit 100 is specifically configured to:
receiving internationalized language configuration information input by the translator through a visual interface.
Optionally, the apparatus further includes an update recording unit, configured to record an identifier of the translator who updates the language dictionary entry database, an update time, and update recording information.
According to the system internationalization configuration device disclosed by the embodiment, a translator can directly input internationalization language configuration information in the system, the system updates the language dictionary entry database which is created in advance according to the internationalization language configuration information, and the updated information of the language dictionary entry database is synchronized to the cache by using a synchronization mechanism between the database and the cache, so that the front end reads the latest internationalization language information from the cache on the basis of not restarting the system, the system internationalization configuration process is simplified, and the system internationalization configuration efficiency is improved.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (14)

1. A system internationalized configuration method is characterized by comprising the following steps:
receiving international language configuration information input by a translator;
updating a pre-established language dictionary item database according to the international language configuration information;
and synchronizing the updated information of the language dictionary entry database to a cache, so that the front end reads the updated international language information from the cache.
2. The method according to claim 1, wherein said updating a pre-created database of language dictionary entries based on said internationalized language configuration information comprises:
under the condition that the international language configuration information comprises newly added language type information, acquiring a language name and a language code in the newly added language type information;
and creating a language dictionary item data table corresponding to the language name and the language code in the newly added language type information in the language dictionary item database.
3. The method according to claim 1, wherein said updating a pre-created database of language dictionary entries based on said internationalized language configuration information comprises:
under the condition that the international language configuration information comprises label international updating information, acquiring a language name, a language code, a resource label and a dictionary name in the label international updating information;
and updating the dictionary names corresponding to the language names, the language codes and the resource labels in the label internationalization updating information in the language dictionary item database.
4. The method according to claim 1, wherein said updating a pre-created database of language dictionary entries based on said internationalized language configuration information comprises:
under the condition that the internationalized language configuration information comprises translation entry information, acquiring a language name, a language code, a resource tag and a dictionary name in the translation entry information;
and storing the language name, the language code, the resource tag and the dictionary name in the translation entry information into the language dictionary entry database.
5. The method of claim 1, wherein receiving internationalized language configuration information input by a translator comprises:
acquiring login information of the translator;
judging whether the translator has a system international configuration authority or not according to pre-stored authority configuration information and the login information;
and receiving the international language configuration information input by the translator under the condition that the translator has the system international configuration authority.
6. The method of claim 1, wherein receiving internationalized language configuration information input by a translator comprises:
receiving internationalized language configuration information input by the translator through a visual interface.
7. The method of claim 1, wherein after said updating the pre-created database of language dictionary terms, the method further comprises:
recording the identification, the updating time and the updating record information of the translator updating the language dictionary entry database.
8. A system internationalized configuration apparatus, comprising:
the configuration information receiving unit is used for receiving the international language configuration information input by the translator;
the database updating unit is used for updating a language dictionary entry database which is created in advance according to the international language configuration information;
and the cache synchronization unit is used for synchronizing the updated information of the language dictionary entry database to the cache so that the front end reads the updated international language information from the cache.
9. The apparatus according to claim 8, wherein the database updating unit is specifically configured to:
under the condition that the international language configuration information comprises newly added language type information, acquiring a language name and a language code in the newly added language type information;
and creating a language dictionary item data table corresponding to the language name and the language code in the newly added language type information in the language dictionary item database.
10. The apparatus according to claim 8, wherein the database updating unit is specifically configured to:
under the condition that the international language configuration information comprises label international updating information, acquiring a language name, a language code, a resource label and a dictionary name in the label international updating information;
and updating the dictionary names corresponding to the language names, the language codes and the resource labels in the label internationalization updating information in the language dictionary item database.
11. The apparatus according to claim 8, wherein the database updating unit is specifically configured to:
under the condition that the internationalized language configuration information comprises translation entry information, acquiring a language name, a language code, a resource tag and a dictionary name in the translation entry information;
and storing the language name, the language code, the resource tag and the dictionary name in the translation entry information into the language dictionary entry database.
12. The apparatus of claim 8, wherein the configuration information receiving unit is specifically configured to:
acquiring login information of the translator;
judging whether the translator has a system international configuration authority or not according to pre-stored authority configuration information and the login information;
and receiving the international language configuration information input by the translator under the condition that the translator has the system international configuration authority.
13. The apparatus of claim 8, wherein the configuration information receiving unit is specifically configured to:
receiving internationalized language configuration information input by the translator through a visual interface.
14. The apparatus according to claim 8, further comprising an update recording unit operable to record identification of the translator who updated the language dictionary entry database, update time, and update record information.
CN202011032476.5A 2020-09-27 2020-09-27 System internationalization configuration method and device Pending CN112162813A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011032476.5A CN112162813A (en) 2020-09-27 2020-09-27 System internationalization configuration method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011032476.5A CN112162813A (en) 2020-09-27 2020-09-27 System internationalization configuration method and device

Publications (1)

Publication Number Publication Date
CN112162813A true CN112162813A (en) 2021-01-01

Family

ID=73863083

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011032476.5A Pending CN112162813A (en) 2020-09-27 2020-09-27 System internationalization configuration method and device

Country Status (1)

Country Link
CN (1) CN112162813A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113590185A (en) * 2021-09-28 2021-11-02 苏州浪潮智能科技有限公司 Page international configuration method, device, equipment and medium based on micro front end

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105138350A (en) * 2015-07-29 2015-12-09 北京四方继保自动化股份有限公司 International multi-language implement method of configuration software
CN105956485A (en) * 2016-04-26 2016-09-21 深圳Tcl数字技术有限公司 Internationalized language management method and system
CN109284145A (en) * 2018-08-28 2019-01-29 北京城市网邻信息技术有限公司 The generation of multilingual configuration file and methods of exhibiting and device, equipment and medium
CN109344412A (en) * 2018-09-20 2019-02-15 五八有限公司 A kind of language transfer method, device, equipment and storage medium
CN110008468A (en) * 2019-03-04 2019-07-12 广州虎牙信息科技有限公司 Language system management method, information conversion method, server and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105138350A (en) * 2015-07-29 2015-12-09 北京四方继保自动化股份有限公司 International multi-language implement method of configuration software
CN105956485A (en) * 2016-04-26 2016-09-21 深圳Tcl数字技术有限公司 Internationalized language management method and system
CN109284145A (en) * 2018-08-28 2019-01-29 北京城市网邻信息技术有限公司 The generation of multilingual configuration file and methods of exhibiting and device, equipment and medium
CN109344412A (en) * 2018-09-20 2019-02-15 五八有限公司 A kind of language transfer method, device, equipment and storage medium
CN110008468A (en) * 2019-03-04 2019-07-12 广州虎牙信息科技有限公司 Language system management method, information conversion method, server and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113590185A (en) * 2021-09-28 2021-11-02 苏州浪潮智能科技有限公司 Page international configuration method, device, equipment and medium based on micro front end

Similar Documents

Publication Publication Date Title
JP3841991B2 (en) Method, apparatus and computer program for changing display of multi-field character string
CN108762743B (en) Data table operation code generation method and device
US20170109454A1 (en) Identifying an industry associated with a web page
US20040187084A1 (en) Method and apparatus for providing a central dictionary and glossary server
US10140260B2 (en) Intelligent text reduction for graphical interface elements
US10235363B2 (en) Instant translation of user interfaces of a web application
US20120072831A1 (en) Method for creating a multi-lingual web page
CN101667118A (en) Method and device for multi-language version development and replacement
CN102439588A (en) Serving font glyphs
CN111061525A (en) Internationalized interface switching method and storage medium
US10503808B2 (en) Time user interface with intelligent text reduction
US20150120274A1 (en) Language Translation System
US20150199346A1 (en) Hierarchical database report generation with automated query generation for placeholders
Koren Working with MediaWiki
US7415405B2 (en) Database script translation tool
CN104978394A (en) Webpage tag data organization and update method for multi-language display
CN107515866B (en) Data operation method, device and system
US20150106701A1 (en) Input support method and information processing system
CN111729313A (en) Language configuration method and device, storage medium and electronic device
CN110806866A (en) Generation method and device of front-end management system
CN112162813A (en) System internationalization configuration method and device
CN113641433A (en) Multi-language page conversion method and unit of front-end internationalized multi-language file based on i18n technology
US20200279021A1 (en) Dynamically adjusting text strings based on machine translation feedback
CN111930888A (en) Multi-language support method based on collaborative idea, server system and storage medium
US20190019054A1 (en) Contact Information Identification System

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination