CN109446496A - A kind of conversion method, device, equipment and the storage medium of test language file - Google Patents

A kind of conversion method, device, equipment and the storage medium of test language file Download PDF

Info

Publication number
CN109446496A
CN109446496A CN201811308981.0A CN201811308981A CN109446496A CN 109446496 A CN109446496 A CN 109446496A CN 201811308981 A CN201811308981 A CN 201811308981A CN 109446496 A CN109446496 A CN 109446496A
Authority
CN
China
Prior art keywords
file
destination
language
test language
xml file
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
CN201811308981.0A
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 Ruian Technology Co Ltd
Original Assignee
Beijing Ruian 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 Ruian Technology Co Ltd filed Critical Beijing Ruian Technology Co Ltd
Priority to CN201811308981.0A priority Critical patent/CN109446496A/en
Publication of CN109446496A publication Critical patent/CN109446496A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • G06F40/58Use of machine translation, e.g. for multi-lingual retrieval, for server-side translation for client devices or for real-time translation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses conversion method, device, equipment and the storage mediums of a kind of test language file.This method comprises: obtaining the XML file of test language and the conversion parameter of user's input, the conversion parameter includes: target language type and destination file format;Translation interface is called, the XML file is translated according to target language type speech;Corresponding file template is called according to the destination file format;By the XML file fills after translation to the file template, file destination is obtained.Through the above technical solutions, realizing the internationalization test language file for automatically generating different-format, the transfer efficiency of test language file is improved.

Description

A kind of conversion method, device, equipment and the storage medium of test language file
Technical field
The present embodiments relate to software testing technology field more particularly to a kind of conversion method of test language file, Device, equipment and storage medium.
Background technique
With the popularity of the internet with the rapid development of computer technology, software test language between various countries application get over Come it is more extensive, such as carry out application system development, write software test case when, require to write test language.But due to The difference of various countries' language and each test macro, when same test language file is applied in other scenes, it usually needs will test Language file translates into the language of various countries, or is converted into corresponding file format and could apply, and compatibility has to be strengthened.
In actual application, usually by the corresponding internationalization test language file of programmer's manual manufacture, such as Test language data in former test language file are successively translated into English, French, Korean etc., convert thereof into different language Test language file;Either each software template is opened manually, according to different software templates again to test language into Row is write, to produce the test language file for generating different-format (such as the formats such as doc, csv, txt).This method The disadvantage is that the mode dependent on artificial treatment realizes that the translation of test language file and format conversion, transfer efficiency are low respectively.
Summary of the invention
The present invention provides conversion method, device, equipment and the storage mediums of a kind of test language file, automatic to realize The internationalization test language file of different-format is generated, the transfer efficiency of test language file is improved.
In a first aspect, the embodiment of the invention provides a kind of conversion methods of test language file, comprising:
The XML file of test language and the conversion parameter of user's input are obtained, the conversion parameter includes: object language class Type and destination file format;
Translation interface is called, the XML file is translated according to target language type speech;
Corresponding file template is called according to the destination file format;
By the XML file fills after translation to the file template, file destination is obtained.
Further, the XML file for obtaining test language, comprising:
The original XML file of test language is parsed;
Extract XML file of the content comprising preset keyword as test language.
Further, it is described to original XML file carry out parsing include:
Semantic parsing is carried out to the XML file of former test language.
Further, the destination file format includes: Word, Excel and Txt format.
Further, after obtaining file destination, further includes:
The file destination is saved to preset outgoing route.
Second aspect, the embodiment of the invention provides a kind of conversion equipments of test language file, comprising:
Input module, for obtaining the XML file of test language and the conversion parameter of user's input, the conversion parameter packet Include: target language type is made peace destination file format;
Translation module translates the XML file according to target language type speech for calling translation interface;
Template calling module, for calling corresponding file template according to the destination file format;
It fills module and obtains target for the XML file fills after translating to the file template
File.
Further, the input module, further includes:
Parsing module is parsed for the original XML file to test language;
Extraction module, for extracting XML file of the content comprising preset keyword as test language.
Further, described device further include:
Memory module, for after obtaining file destination, the file destination to be saved to preset outgoing route.
The third aspect, the embodiment of the invention provides a kind of equipment, comprising:
One or more processors;
Memory, for storing one or more programs;
When one or more of programs are executed by one or more of processors, so that one or more of processing Device realizes the conversion method of test language file as described in relation to the first aspect.
Fourth aspect, the embodiment of the invention also provides a kind of computer readable storage mediums, are stored thereon with computer Program realizes the conversion method of test language file as described in relation to the first aspect when the program is executed by processor.
The embodiment of the invention provides conversion method, device, equipment and the storage medium of a kind of test language file, the party Method includes: the XML file for obtaining test language and the conversion parameter of user's input, and the conversion parameter includes: object language class Type and destination file format;Translation interface is called, the XML file is translated according to target language type speech;According to The destination file format calls corresponding file template;By the XML file fills after translation to the file template, obtain To file destination.By using above-mentioned technical proposal, the internationalization test language file for automatically generating different-format is realized, is mentioned The transfer efficiency of high test language file.
Detailed description of the invention
Fig. 1 is a kind of flow chart of the conversion method for test language file that the embodiment of the present invention one provides;
Fig. 2 is a kind of flow chart of the conversion method of test language file provided by Embodiment 2 of the present invention;
Fig. 3 is a kind of structural schematic diagram of the conversion equipment for test language file that the embodiment of the present invention three provides;
Fig. 4 is a kind of hardware structural diagram for equipment that the embodiment of the present invention four provides
Specific embodiment
The present invention is described in further detail with reference to the accompanying drawings and examples.It is understood that this place is retouched The specific embodiment stated is used only for explaining the present invention rather than limiting the invention.It also should be noted that in order to just Only the parts related to the present invention are shown in description, attached drawing rather than entire infrastructure.
Embodiment one
Fig. 1 is a kind of flow chart of the conversion method for test language file that the embodiment of the present invention one provides, the present embodiment It is applicable to the case where converting to the test language file of XML format.Specifically, the conversion method of the test language file It can be executed by the conversion method device of test language file, the conversion method device of the test language file can pass through software And/or the mode of hardware is realized, and is integrated in a device.Further, equipment includes but is not limited to: desktop computer, intelligence It can the electronic equipments such as mobile phone and tablet computer.
With reference to Fig. 1, this method specifically comprises the following steps:
The conversion parameter of S110, the XML file for obtaining test language and user's input, the conversion parameter includes: target Language form and destination file format.
Specifically, test language refers to the content for the procedure script write in software test procedure, it is typically based on XML and retouches It states to generate test case, test language is saved as into XML file.Wherein, extensible markup language (Extensible Markup Language, XML) it is a kind of for marking electronic document to make it have structural markup language.To test language When saying file conversion, the XML file for obtaining test language is first had to, which can be a complete file, can also be with For the XML file to be converted for filtering out partial content composition according to certain preset condition.Then turning for user's input is obtained Parameter is changed, the conversion parameter includes: target language type and destination file format, wherein target language type indicates will The content translation of XML file, can be defeated according to actual needs by user at which kind of language form, including English, Korean, French etc. Enter;Destination file format indicates XML file being converted to which kind of file format, including Excel, Txt etc..
S120, translation interface is called, the XML file is translated according to target language type speech.
Specifically, translation interface can turn over for various clients or the api interface of Web browser, such as Baidu's translation, Google Interface etc. is translated, can also be preset translation database interface, includes the XML file of various countries' test language in translation database Byte mapping table, by calling translation database, the content after all the elements in XML file can be replaced with to translation. Interface is translated by calling, XML file can be translated according to the target language type that user inputs, for example, test language XML file be English, then can will be English according to target language type when the target language type of user's input is " Chinese " XML file content translation be Chinese.
S130, corresponding file template is called according to the destination file format.
Specifically, XML file has oneself typesetting style and structure type, and it is frequently necessary in practical application by its turn It is changed to extended formatting, for example, in the labeled data for carrying out needing unified a large amount of different-format when certain tests, ordinary practice is read The data for taking Txt format can provide for XML file by calling the corresponding file template of Txt format and be converted to Txt format Foundation.Illustratively, it is " Txt " that user, which inputs destination file format, then calls the corresponding file template of Txt format, file mould Plate is stored in preset file path, after user inputs destination file format, can be automatically opened from corresponding file path File template.
S140, by the XML file fills after translation to the file template, obtain file destination.
Specifically, by calling translation interface to translate XML file, it is interior after XML file translation has been obtained Hold, the file destination by the fills into the file template called according to destination file format, after conversion can be obtained. For example, former test language file is the XML file of English, this XML file can be obtained in Chinese XML by translating interface Hold, the Txt formatted file of Chinese in the file template of the fills to Txt format, will finally can be obtained, to realize not The automatic conversion of same language, different-format reduces without human translation or the test language file of manual compiling different-format The production process of intermediate file.
It should be noted that having been set up incidence relation between XML file and each file template.Illustratively, it sets The corresponding relationship of each node location and file template in XML file only need to be by the content after translation according to this when being filled Node location where field is original, fills the corresponding position into file template, and render the typesetting style of file template, i.e., File destination can be obtained, realize the conversion of file format.
The conversion method of test language file provided in an embodiment of the present invention, comprising: obtain test language XML file and The conversion parameter of user's input, the conversion parameter includes: target language type and destination file format;Translation interface is called, The XML file is translated according to target language type speech;Corresponding file is called according to the destination file format Template;By the XML file fills after translation to the file template, file destination is obtained.Through the above technical solutions, with Family need to only input conversion parameter, and the conversion of different language, different-format can be realized, realize test language file from turn It changes, improves the transfer efficiency of test language file.
Embodiment two
Fig. 2 is a kind of flow chart of the conversion method of test language file provided by Embodiment 2 of the present invention.The present embodiment It is optimized on the basis of the above embodiments.Specifically, this method specifically comprises the following steps: with reference to Fig. 2
S210, the original XML file of test language is parsed.
Specifically, the original XML file of test language refers to the complete file of test language XML file.In XML file Content is structured, forms a kind of tree construction of document, is parsed using Java code or analytical tool to it, can get The information such as the solid data of each node and semanteme in XML file.
S220, XML file of the content comprising preset keyword as test language is extracted.
Specifically, can get the information of each node by parsing to original XML file, then according to default key Word scans for, and can traverse all nodes comprising keyword, and extracts the content comprising preset keyword as test language The XML file of speech, to further be converted to the partial content extracted.For example, only being needed when carrying out software test The relevant information with the consistent picture of preset keyword is read, then by parsing to original XML file, can extract the figure The contents such as title, size, the path of piece, the XML file for reconstructing test language is further converted, to avoid to a large amount of Extraneous data conversion, to improve transfer efficiency.
Further, the preset keyword is preset by user, also can be used as conversion parameter, is inputted by user.When When preset keyword is the conversion parameter of user's input, the content comprising preset keyword is extracted as test according to conversion parameter The XML file of language.
Further, semantic parsing is carried out to the original XML file of test language.
Specifically, semantic parsing refers to using significant solid data as BSR semantic unit, carried out according to keyword Semantic analysis, and return to the field of significant, discrete XML Entity data.Semanteme parsing is on the basis of XML tree structure The content of analysis test language by keyword query algorithm, judges each node data element of test language in the process With the semantic relevancy of each node in the consistency and XML tree structure of preset keyword, to extract relevant number of targets According to.Wherein, the keyword query algorithm of XML file semanteme belongs to the prior art, and details are not described herein again.
Further, destination file format includes: Word, Excel and Txt format.Corresponding, file template includes Word The file template of the file template of format, the file template of Excel format and Txt format.
S230, the conversion parameter for obtaining user's input, the conversion parameter includes: target language type and file destination lattice Formula.
It should be noted that the technical solution of detailed description not can refer to above-mentioned any embodiment in the present embodiment.
S240, translation interface is called, the XML file is translated according to target language type speech.
S250, corresponding file template is called according to the destination file format.
S260, the XML file after translation is filled to the file template, obtains file destination.
S270, after obtaining file destination, further includes: the file destination is saved to preset outgoing route.
Specifically, file destination is exported and is saved into preset outgoing route after obtaining file destination.Its In, outgoing route can be preset by user, also be can be used as conversion parameter and inputted by user.When outgoing route is user's input When conversion parameter, the file destination is saved into corresponding outgoing route according to conversion parameter.
A kind of conversion method of test language file provided by Embodiment 2 of the present invention, on the basis of the above embodiments into Row optimization can extract the content comprising preset keyword and carry out as XML file by parsing to original XML file Further conversion, according to actual needs converts the partial content of test language with realizing, avoids to extraneous data Conversion improves transfer efficiency;By the conversion parameter inputted according to user, the file mould of translation interface and corresponding format is called Plate realizes the automatic conversion of test language file different language, different-format, improves transfer efficiency.
Embodiment three
Fig. 3 is the structure chart of conversion equipment of a kind of test language file device packet that the embodiment of the present invention three provides It includes:
Input module 310, for obtaining the XML file of test language and the conversion parameter of user's input, the conversion ginseng Number includes: that target language type is made peace destination file format;
Translation module 320 turns over the XML file according to target language type speech for calling translation interface It translates;
Template calling module 330, for calling corresponding file template according to the destination file format;
It fills module 340 and obtains file destination for the XML file fills after translating to the file template.
A kind of conversion equipment for test language file that the embodiment of the present invention three provides obtains test language by input module The XML file of speech and the conversion parameter of user's input;Translation interface is called to turn over the XML file by translation module It translates;Corresponding file template is called by template calling module;By filling module by the XML file fills after translation extremely The file template, obtains file destination, realizes the internationalization test language file for automatically generating different-format, improves test The transfer efficiency of language file.
On the basis of the above embodiments, the input module 310, comprising:
Parsing module is parsed for the original XML file to test language;
Extraction module, for extracting XML file of the content comprising preset keyword as test language.
Further, the preset keyword is the conversion parameter of user's input.
Further, the parsing module is used to carry out semantic parsing to the XML file of former test language
Further, the device further include:
Memory module, for after obtaining file destination, the file destination to be saved to preset outgoing route.
Further, the outgoing route is the conversion parameter of user's input.
The conversion equipment for the test language file that the embodiment of the present invention three provides can be used for executing above-mentioned any embodiment The conversion method of the test language file of offer, has corresponding function and beneficial effect.
Example IV
Fig. 4 is a kind of hardware structural diagram for equipment that the embodiment of the present invention four provides.As shown in figure 4, the present embodiment A kind of equipment provided, comprising: processor 410 and storage device 420.Processor in the equipment can be one or more, In Fig. 4 by taking a processor 410 as an example, processor 410 and storage device 420 in the equipment can by bus or other Mode connects, in Fig. 4 for being connected by bus.
One or more of programs are executed by one or more of processors 410, so that one or more of places Reason device realizes the conversion method of any test language file in above-described embodiment.
Storage device 420 in the equipment is used as a kind of computer readable storage medium, can be used for storing one or more Program, described program can be software program, computer executable program and module, such as test language in the embodiment of the present invention Corresponding program instruction/the module of the conversion of file (for example, the module in the conversion equipment of attached test language file shown in Fig. 3, It include: input module 310, translation module 320, template calling module 330 and filling module 340).Processor 410 passes through fortune Software program, instruction and the module that row is stored in storage device 420, thereby executing the various function application and number of equipment According to processing, the i.e. conversion method of test language file in realization above method embodiment.
Storage device 420 mainly includes storing program area and storage data area, wherein storing program area can store operation system Application program needed for system, at least one function;Storage data area, which can be stored, uses created data etc. (such as according to equipment Conversion parameter, file template in above-described embodiment etc.).In addition, storage device 420 may include high random access storage Device, can also include nonvolatile memory, a for example, at least disk memory, flush memory device or other are non-volatile Solid-state memory.In some instances, storage device 420 can further comprise depositing relative to processor 410 is remotely located Reservoir, these remote memories can pass through network connection to equipment.The example of above-mentioned network includes but is not limited to internet, enterprise Industry intranet, local area network, mobile radio communication and combinations thereof.
Also, when one or more program included in above equipment is held by one or more of processors 410 When row, program is proceeded as follows: obtaining the XML file of test language and the conversion parameter of user's input, the conversion parameter It include: target language type and destination file format;Translation interface is called, according to target language type speech to the XML text Part is translated;Corresponding file template is called according to the destination file format;XML file after translation is filled to described File template obtains file destination.
The conversion method for the test language file that the equipment and above-described embodiment that the present embodiment proposes propose belongs to same hair Bright design, the technical detail of detailed description not can be found in above-mentioned any embodiment in the present embodiment, and the present embodiment has Beneficial effect identical with the conversion method of test language file is executed.
On the basis of the above embodiments, the present embodiment also provides a kind of computer readable storage medium, is stored thereon with Computer program, the conversion equipment which is tested language file realize the survey in the above-mentioned any embodiment of the present invention when executing The conversion method of language file is tried, this method comprises: obtaining the XML file of test language and the conversion parameter of user's input, institute Stating conversion parameter includes: target language type and destination file format;Translation interface is called, according to target language type speech pair The XML file is translated;Corresponding file template is called according to the destination file format;By the XML file after translation Filling obtains file destination to the file template.
Certainly, a kind of storage medium comprising computer executable instructions, computer provided by the embodiment of the present invention The conversion method for the test language file that executable instruction is not limited to the described above operates, and any implementation of the invention can also be performed Relevant operation in the conversion method of test language file provided by example, and have corresponding function and beneficial effect.
By the description above with respect to embodiment, it is apparent to those skilled in the art that, the present invention It can be realized by software and required common hardware, naturally it is also possible to which by hardware realization, but in many cases, the former is more Good embodiment.Based on this understanding, technical solution of the present invention substantially in other words contributes to the prior art Part can be embodied in the form of software products, which can store in computer readable storage medium In, floppy disk, read-only memory (Read-Only Memory, ROM), random access memory (Random such as computer Access Memory, RAM), flash memory (FLASH), hard disk or CD etc., including some instructions are with so that a computer is set Standby (can be personal computer, server or the network equipment etc.) executes test language described in each embodiment of the present invention The conversion method of file.
Note that the above is only a better embodiment of the present invention and the applied technical principle.It will be appreciated by those skilled in the art that The invention is not limited to the specific embodiments described herein, be able to carry out for a person skilled in the art it is various it is apparent variation, It readjusts and substitutes without departing from protection scope of the present invention.Therefore, although being carried out by above embodiments to the present invention It is described in further detail, but the present invention is not limited to the above embodiments only, without departing from the inventive concept, also It may include more other equivalent embodiments, and the scope of the invention is determined by the scope of the appended claims.

Claims (10)

1. a kind of conversion method of test language file characterized by comprising
Obtain test language XML file and user input conversion parameter, the conversion parameter include: target language type and Destination file format;
Translation interface is called, the XML file is translated according to target language type speech;
Corresponding file template is called according to the destination file format;
By the XML file fills after translation to the file template, file destination is obtained.
2. the method according to claim 1, wherein the XML file for obtaining test language, comprising:
The original XML file of test language is parsed;
Extract XML file of the content comprising preset keyword as test language.
3. according to the method described in claim 2, it is characterized in that, it is described to original XML file carry out parsing include:
Semantic parsing is carried out to the original XML file of test language.
4. the method according to claim 1, wherein the destination file format includes: Word, Excel and Txt Format.
5. the method according to claim 1, wherein after obtaining file destination, further includes:
The file destination is saved to preset outgoing route.
6. a kind of conversion equipment of test language characterized by comprising
Input module, the conversion parameter that XML file and user for obtaining test language input, the conversion parameter include: Target language type is made peace destination file format;
Translation module translates the XML file according to target language type speech for calling translation interface;
Template calling module, for calling corresponding file template according to the destination file format;
It fills module and obtains file destination for the XML file fills after translating to the file template.
7. device according to claim 6, which is characterized in that the input module, further includes:
Parsing module is parsed for the original XML file to test language;
Extraction module, for extracting XML file of the content comprising preset keyword as test language.
8. device according to claim 6, which is characterized in that further include:
Memory module, for after obtaining file destination, the file destination to be saved to preset outgoing route.
9. a kind of equipment characterized by comprising
One or more processors;
Memory, for storing one or more programs;
When one or more of programs are executed by one or more of processors, so that one or more of processors are real Now such as the conversion method of test language as claimed in any one of claims 1 to 5.
10. a kind of computer readable storage medium, is stored thereon with computer program, which is characterized in that the program is by processor The conversion method such as test language as claimed in any one of claims 1 to 5 is realized when execution.
CN201811308981.0A 2018-11-05 2018-11-05 A kind of conversion method, device, equipment and the storage medium of test language file Pending CN109446496A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811308981.0A CN109446496A (en) 2018-11-05 2018-11-05 A kind of conversion method, device, equipment and the storage medium of test language file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811308981.0A CN109446496A (en) 2018-11-05 2018-11-05 A kind of conversion method, device, equipment and the storage medium of test language file

Publications (1)

Publication Number Publication Date
CN109446496A true CN109446496A (en) 2019-03-08

Family

ID=65551405

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811308981.0A Pending CN109446496A (en) 2018-11-05 2018-11-05 A kind of conversion method, device, equipment and the storage medium of test language file

Country Status (1)

Country Link
CN (1) CN109446496A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110471659A (en) * 2019-08-16 2019-11-19 珠海格力电器股份有限公司 Multilingual method and system, human-machine interface configuration software end and equipment end
CN111124549A (en) * 2019-12-31 2020-05-08 北京明略软件系统有限公司 Method and device for loading text file
CN113419996A (en) * 2021-05-28 2021-09-21 济南浪潮数据技术有限公司 Method, system, equipment and medium for converting metadata file

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070208997A1 (en) * 2006-03-01 2007-09-06 Oracle International Corporation Xsl transformation and translation
CN102103493A (en) * 2009-12-16 2011-06-22 新奥特(北京)视频技术有限公司 Method for internationalizing software language
CN102508878A (en) * 2011-10-18 2012-06-20 深圳市共进电子股份有限公司 Method for generating standard foreign language page by means of machine translation system
US20130227522A1 (en) * 2012-02-23 2013-08-29 Microsoft Corporation Integrated Application Localization
CN108280219A (en) * 2018-02-07 2018-07-13 深圳壹账通智能科技有限公司 Text interpretation method, device, computer equipment and storage medium
CN108572944A (en) * 2017-11-24 2018-09-25 北京金山云网络技术有限公司 A kind of document structure tree method, apparatus, electronic equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070208997A1 (en) * 2006-03-01 2007-09-06 Oracle International Corporation Xsl transformation and translation
CN102103493A (en) * 2009-12-16 2011-06-22 新奥特(北京)视频技术有限公司 Method for internationalizing software language
CN102508878A (en) * 2011-10-18 2012-06-20 深圳市共进电子股份有限公司 Method for generating standard foreign language page by means of machine translation system
US20130227522A1 (en) * 2012-02-23 2013-08-29 Microsoft Corporation Integrated Application Localization
CN108572944A (en) * 2017-11-24 2018-09-25 北京金山云网络技术有限公司 A kind of document structure tree method, apparatus, electronic equipment and storage medium
CN108280219A (en) * 2018-02-07 2018-07-13 深圳壹账通智能科技有限公司 Text interpretation method, device, computer equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110471659A (en) * 2019-08-16 2019-11-19 珠海格力电器股份有限公司 Multilingual method and system, human-machine interface configuration software end and equipment end
CN110471659B (en) * 2019-08-16 2023-07-21 珠海格力电器股份有限公司 Multilingual implementation method and system, man-machine interface configuration software end and equipment end
CN111124549A (en) * 2019-12-31 2020-05-08 北京明略软件系统有限公司 Method and device for loading text file
CN113419996A (en) * 2021-05-28 2021-09-21 济南浪潮数据技术有限公司 Method, system, equipment and medium for converting metadata file

Similar Documents

Publication Publication Date Title
CN111708539B (en) Application program code conversion method and device, electronic equipment and storage medium
US10452787B2 (en) Techniques for automated document translation
CN112819153B (en) Model transformation method and device
CN104735468B (en) A kind of method and system that image is synthesized to new video based on semantic analysis
CN109582909A (en) Webpage automatic generation method, device, electronic equipment and storage medium
CN109446496A (en) A kind of conversion method, device, equipment and the storage medium of test language file
US20120072831A1 (en) Method for creating a multi-lingual web page
CN106844380A (en) A kind of database operation method, information processing method and related device
CN110727417B (en) Data processing method and device
CN109597618B (en) Program development method, program development device, computer device, and storage medium
CN111831384A (en) Language switching method and device, equipment and storage medium
CN113139390A (en) Language conversion method and device applied to code character strings
CN109116828A (en) Model code configuration method and device in a kind of controller
CN109471957B (en) Metadata conversion method and device based on uniform tags
KR102366182B1 (en) Server and method for automatically generating slide using artificial intelligence
CN112650529A (en) System and method capable of configuring generation of mobile terminal APP code
CN115576603B (en) Method and device for acquiring variable values in code segment
Yaghoub-Zadeh-Fard et al. REST2Bot: bridging the gap between bot platforms and REST APIs
CN112783836A (en) Information exchange method, device and computer storage medium
CN115719073A (en) Translation method, device and medium for multilingual resources
CN106951399B (en) Method and device for quickly generating ONIX standard file
CN109359295A (en) Semantic analytic method, device, computer equipment and the storage medium of natural language
CN106293862A (en) A kind of analysis method and device of expandable mark language XML data
CN106569939A (en) Multilateral language analysis system and multilateral language analysis method for control script programs
CN112765997A (en) Multi-language conversion method, device, computer equipment and storage medium

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20190308

RJ01 Rejection of invention patent application after publication