CN100550020C - A kind of method and apparatus that is used to solve the Chinese software issue of supporting multilanguage - Google Patents

A kind of method and apparatus that is used to solve the Chinese software issue of supporting multilanguage Download PDF

Info

Publication number
CN100550020C
CN100550020C CNB2007101404642A CN200710140464A CN100550020C CN 100550020 C CN100550020 C CN 100550020C CN B2007101404642 A CNB2007101404642 A CN B2007101404642A CN 200710140464 A CN200710140464 A CN 200710140464A CN 100550020 C CN100550020 C CN 100550020C
Authority
CN
China
Prior art keywords
character string
chinese character
chinese
cryptographic hash
resource 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.)
Active
Application number
CNB2007101404642A
Other languages
Chinese (zh)
Other versions
CN101093513A (en
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.)
Kingdee Software China Co Ltd
Original Assignee
Kingdee Software China 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 Kingdee Software China Co Ltd filed Critical Kingdee Software China Co Ltd
Priority to CNB2007101404642A priority Critical patent/CN100550020C/en
Publication of CN101093513A publication Critical patent/CN101093513A/en
Application granted granted Critical
Publication of CN100550020C publication Critical patent/CN100550020C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)
  • Machine Translation (AREA)

Abstract

The invention provides a kind of method and apparatus of realizing the multilingual support of Chinese software, this method can comprise: extract the Chinese character string in the Chinese software source code, and add call function at relevant position; At each Chinese character string that is extracted, adopt hash algorithm to generate the cryptographic hash of described Chinese character string; Generate at least one resource file, comprise the cypher text string of described cryptographic hash and described Chinese character string correspondence in the described resource file; When this Chinese software is carried out, according to the Chinese character string that gets access to by call function, generate the cryptographic hash of described Chinese character string, from resource file, obtain corresponding cypher text string according to described cryptographic hash; At the described cypher text string of this Chinese software interface display.The present invention directly uses Chinese text as index key, sets up the resource file of Hash table form; Thereby realize less to the change of former application program, less to the operational efficiency loss of former application program.

Description

A kind of method and apparatus that is used to solve the Chinese software issue of supporting multilanguage
Technical field
The present invention relates to computer software fields, particularly relate to a kind of method and apparatus that is used to solve the Chinese software issue of supporting multilanguage.
Background technology
Under the present international situation of software, issue of supporting multilanguage is more and more outstanding, and so-called multilingual support generally is meant: same set of software code, operate under the operating system environment of different language, and can demonstrate different interfaces; Thereby more and more relate to the problem of text-converted, for example, for the software of Chinese software engineering staff development, the situation that frequent appearance need become the text translation of Chinese the literal of other language to show.And because present developing instrument mostly uses is English, and a lot of softwares early stage version source code in mixed a large amount of Chinese information.How not revise or few the modification under the situation that has software code now, showing fast that under different language environments different Word messages is one and presses for the technical matters that those skilled in the art solve.
Summary of the invention
Technical matters to be solved by this invention provides a kind of method and apparatus that is used to solve Chinese software interface issue of supporting multilanguage, can help existing Chinese software to finish the conversion of interface languages simply and easily, realizes multilingual support.
In order to address the above problem, the invention discloses a kind of method that realizes the multilingual support of Chinese software, specifically can may further comprise the steps: extract the Chinese character string in the Chinese software source code, and add call function at relevant position; At each Chinese character string that is extracted, adopt hash algorithm to generate the cryptographic hash of described Chinese character string; Generate at least one resource file, comprise the cypher text string of described cryptographic hash and described Chinese character string correspondence in the described resource file; When carrying out this Chinese software, according to the Chinese character string that gets access to by call function, generate the cryptographic hash of described Chinese character string, from resource file, obtain corresponding cypher text string according to described cryptographic hash; At the described cypher text string of this Chinese software interface display.
Preferably, corresponding one or more resource file that generates of a kind of linguistic form of described cypher text string.Further, corresponding one or more resource file that generates of one or several module section that also can this Chinese software.
Preferably, this method can also comprise: the Chinese character string that identifies from source code is screened, and the Chinese character string that meets prerequisite just extracts.
Preferably, this method can also comprise: when cryptographic hash is calculated the appearance conflict, set up the battleground at resource file and be used to write down conflicting information; Perhaps, when cryptographic hash is calculated the appearance conflict, adopt another hash function to recomputate to obtain not have the cryptographic hash of conflict.
According to another preferred embodiment of the invention, also disclose a kind of device of realizing the multilingual support of Chinese software, specifically can comprise with lower module:
The resource text extraction module is used for extracting the Chinese character string of Chinese software source code, and adds unified call function at relevant position; This call function is used for transmitting corresponding Chinese character string when this Chinese software is carried out;
The first cryptographic hash computing module is used at each Chinese character string, adopts hash algorithm to generate corresponding cryptographic hash;
The resource file generation module is used to generate at least one resource file, comprises the cypher text string of described cryptographic hash and Chinese character string correspondence in the described resource file;
The resource text modular converter is used for the Chinese character string according to the call function transmission, obtains corresponding cypher text string from resource file; And offer this Chinese software to finish interface display.
Preferably, corresponding one or more resource file that generates of a kind of linguistic form of described cypher text string.Further, corresponding one or more resource file that generates of one or several module section that also can this Chinese software.
Further, described device can also comprise: the screening module, be used for the Chinese character string that identifies from source code is screened, and the Chinese character string that meets prerequisite just extracts.
Preferably, described resource file can also comprise the battleground, and described battleground is used to write down the relevant information when cryptographic hash is calculated the appearance conflict.
Further, described device can also comprise: the second cryptographic hash computing module is used for adopting hash algorithm to recomputate to obtain not have the cryptographic hash of conflict when cryptographic hash is calculated the appearance conflict.
Compared with prior art, the present invention has the following advantages:
At first, the present invention is directly based on Chinese text, by Chinese character and English character in computing machine, encode different, can from source code, extract the Chinese character string very easily; Further, the present invention only need the former Chinese character string in source code before the unified call function that adds get final product, minimum to the change of source code; And, do not need to change original Chinese character string, so can not influence the original function of this source code, do not influence the readability and the ease for maintenance of original source code yet.
Secondly, because the present invention adopts hash function, directly generate the very high resource number of unique degree according to Chinese text, thus in the software development and maintenance process very easy to be easy-to-use all, can greatly save the cost of revising source code, raise the efficiency and reduce error probability.
Description of drawings
Fig. 1 is a kind of flow chart of steps that realizes the method embodiment that multilanguage of computer software is supported of the present invention;
Fig. 2 is a kind of structured flowchart of realizing the device embodiment that multilanguage of computer software is supported of the present invention.
Embodiment
For above-mentioned purpose of the present invention, feature and advantage can be become apparent more, the present invention is further detailed explanation below in conjunction with the drawings and specific embodiments.
The present invention can be used in numerous general or special purpose computingasystem environment or the configuration.For example: personal computer, server computer, handheld device or portable set, plate equipment, multicomputer system, the system based on microprocessor, set top box, programmable consumer-elcetronics devices, network PC, small-size computer, mainframe computer, comprise distributed computing environment of above any system or equipment or the like.
The present invention can describe in the general context of the computer executable instructions of being carried out by computing machine, for example program module.Usually, program module comprises the routine carrying out particular task or realize particular abstract, program, object, assembly, data structure or the like.Also can in distributed computing environment, put into practice the present invention, in these distributed computing environment, by by communication network connected teleprocessing equipment execute the task.In distributed computing environment, program module can be arranged in the local and remote computer-readable storage medium that comprises memory device.
With reference to Fig. 1, show a kind of method that realizes that multilanguage of computer software is supported of the present invention, comprising:
Chinese character string in step 101, the extraction source code, and at relevant position interpolation call function;
The present invention is primarily aimed at Chinese software, and promptly interface information is the software (application program) of Chinese, by revising former software version to realize the situation of multilingual support.At after the finishing dealing with of source code, compiling generates executable code and gets final product.
Because the coding of Chinese character and English character is different in the computing machine base layer encodes: the coding of Chinese character is made up of two bytes, and the high position of each byte all is 1; And English alphabet, numeral comprise that but the high position of its bytes of input character such as basic symbol all is 0.Therefore, according to above-mentioned difference, just can be by all characters in the automatic ergodic source code of computing machine or the character of specified scope, judgement by the high-order numerical value of simple byte, just can identify Chinese character string wherein, can greatly save the cost of modification and the possibility that reduces to make mistakes.Certainly, employing is manually carried out also feasible fully.
Preferably, because the present invention is mainly used in the multilingual processing of software, so need the Chinese character string of conversion to be primarily aimed at interface information character string (also being referred to as resource text).But in fact, the Chinese character string in the source code might not all be a resource text, therefore, also needs the Chinese character string that identifies from source code is screened, and the Chinese character string that meets prerequisite just extracts.Described screening rule can comprise: the front and back of this Chinese character string have quotation marks, and whether this code belongs to non-note code or the like.Certainly, above-mentioned independent description to screening process only is for convenience of description, and in fact, screening rule and leaching process can organically be combined in the step fully and finish.
Further, in order to realize the conversion of Chinese character string in the source code and other language character strings, need add call function (this call function all is unified at all resource text) at relevant position, when guaranteeing under other language environments this application program of operation, can accurately show the character string after the conversion.For example,
Code in the past is:
This.Text=" test string "
To be modified to:
This.Text=LoadKDString (" test string ")
In source code, added after the call function, can solve the problem of interface language conversion under other language environments, but can influence the operation of this application program under the Chinese language environment, because need the linear functions of carrying out to call more.Preferably, this call function if current environment is a Chinese environment, does not then need to carry out subsequent treatment in the process of implementation, directly returns corresponding Chinese character string and gets final product; Through test, the influence under Chinese environment can be ignored to this application program.
In fact, characteristics of maximum of the present invention just are: to the change minimum (only having added a call function) of former application program, to the operational efficiency loss of former application program minimum (still include the reference language text string, directly call get final product).That is, the present invention directly uses Chinese text as index key, sets up the resource file of Hash table form; When carrying out the software transformation, do not remove the Chinese text information that was dispersed in originally in the source code, but adopt the method that before the Chinese text string, adds a specific transfer function.
In a preferred embodiment of the invention, can extract the Chinese text string and add call function with PC Tools earlier,, extract resource text by the test verification fully, accurately to determine realization more at last then by manually checking.
Step 102, at each Chinese character string that is extracted, adopt hash algorithm to generate corresponding cryptographic hash;
So-called hash algorithm is mapped as the process of the less binary value of regular length with the binary value of random length, and this little binary value is called cryptographic hash.Cryptographic hash is the unique and extremely compact numeric representation form of one piece of data; If one section plaintext of hash and even only change a letter of this paragraph, Hash subsequently all will produce different values.Promptly use a functional transformation with in a large-scale data map to the little scope and conflict the least possiblely, can use this value (cryptographic hash just) among a small circle to carry out fast query then as key word.Hash function is the key point in the whole hash algorithm, and the standard of good hash function should be that computing velocity is fast, and it is less to conflict.General, in order to improve computing velocity, adopt simple addition, multiplication etc. as far as possible; In order to reduce the probability of repetition, then can adopt odd number to carry out territory range expansion mode or the like as far as possible.
But because Chinese character enormous amount, the quantity of combining is just huger, therefore, even adopt hash function very efficiently, (i.e. conflict) appears in the situation that also can't avoid cryptographic hash to repeat, the processing mode that manages conflict also has a lot, for example, and Hash method: set up a sequence list specially and be used to preserve conflicting information; Perhaps, secondary Hash method: change a hash function and recomputate or the like.
The present invention adopts the benefit of hash algorithm to be, can concatenate into resource number according to Chinese text automatically, and, this resource number can be realized uniqueness to a certain extent, thereby does not need manually resource number to be intervened, therefore, in the process of exploitation and maintenance, do not need the developer to require efforts on the numbering of resource text, easy to be easy-to-use, the after-cost is very low.And, because the present invention can concatenate into resource number according to Chinese text automatically, therefore, whether do not need to consider yet need be between a plurality of similar softwares the unified resource numbering, perhaps how to guarantee when a plurality of development process collaborative work, to safeguard unity, correct resource number or the like reduces open efficient, increase the situation of maintenance workload.
Simply introducing a kind of preferred implementation procedure of step 102 of the present invention below, is example with a Hash:
Specific algorithm can adopt and will import the Chinese character string into and get fixed length, and ISN conversion then obtains and carries out the territory range expansion again behind the code value and obtain.The test proof, when the character string of resource the inside outnumbered 30,000, the Hash collision rate was about 1.9%.For conflicting data, then record in the conflict chained list by Hash codes, the value after writing down initial value simultaneously and changing gets final product.
For example for Chinese character string " Su Peihua ", we obtain its interior code value earlier.The Chinese inner code of Soviet Union is CBD5, and the Chinese inner code of training is E0C5, and the Chinese inner code of China is AABB.When importing into, generally can adopt low level automatically preceding, high-order after coded system, then the result after the conversion is: " Su Peihua " → D5CBC5E0BBAA.
The code value that we get after its conversion successively calculates according to certain rule, obtains a numerical value, promptly required cryptographic hash.Still above illustration model: " Su Peihua " → D5CBC5E0BBAA → 445889
Promptly 445889 these values are exactly the cryptographic hash of former Chinese character string " Su Peihua ".
Suppose to exist another Chinese character string " patent document ", through after the above-mentioned identical Hash procedure, obtained same cryptographic hash 445889, then in order to manage conflict, the present invention opens up a zone in place far away, the back of resource file, is specifically designed to character string and the relevant information thereof of depositing similar existence conflict, can also note the storage first address information of conflict record simultaneously on the position of original record character string, conveniently calling, as shown in the table:
The Hash district
Cryptographic hash Chinese character string initial value Conversion back string value Conflicting information
0 Test Test Not
1 ...... ...... Not
...... ...... ...... Not
445889 8888999 Be
...... ...... ...... Not
The battleground
8888999 Su Peihua Peihuasu
Patent document ××××
Preferably, in order to reduce the size of resource file, can not deposit the initial value of Chinese character string in the Hash district, just only deposit Chinese character string initial value with the comparison after being used to conflict in the battleground, for example, Chinese character string one row are removed in the Hash district in the last table.Under the situation that is not having conflict, program can directly navigate in the corresponding blocks of files by the cryptographic hash after calculating, and the string value that reads after the conversion is returned, thereby reaches very high efficient.
In the process that concrete code-switching shows, also need at first to calculate cryptographic hash, if find to have conflict, then find first record of this conflict value according to the first address of conflict; In the situation shown in the last table, the first address of conflict is " 8888999 ", and it has two records.After having determined the record of battleground, from article one start-of-record, relatively whether the initial value of Chinese character string is consistent, if it is consistent, with regard to the value of character string after the conversion of directly returning correspondence, otherwise down search next bar record successively, can not find up to finding maybe this value battleground end to return.
In fact, said process only is a simple linear search process, and algorithm is simple, but efficient is not high.Therefore need conflict more higher overall efficiency can be arranged.Certainly, improving above-mentioned search procedure also has a lot of prior aries to accomplish, is not described in detail in this.
Step 103, generate at least one resource file, comprise the text string after corresponding cryptographic hash and the conversion in the described resource file;
Simple resource file can comprise that above-described Hash district and battleground get final product, and certainly, can also comprise more supplementary.Can also comprise Chinese character string initial value in the resource file, preferred, if the hash algorithm of selecting is enough good, perhaps the limited amount of resource can not comprise the Chinese character string in the resource file.
Carry out multilingual translation and conversion if desired, then can generate the polytype conversion of storage back text string in the resource file; Preferably, generate a plurality of resource files, i.e. resource file of the just corresponding generation of a kind of linguistic form of conversion back text string.For example, generate the resource file of a traditional Chinese, the resource file of an English, resource file of a French or the like.Preferably, a resource file can also be divided into a plurality ofly, with loading and the processing speed that improves it, certainly, this will decide on concrete application.
Further, because in the running software of reality, the rate request that loading is called for interface display is very high, and is preferred, sets up corresponding resource file at one or several module section of a software, calls speed with further minimizing conflict and raising.Even conflict has taken place in the cryptographic hash in two modules, but because module different call is different resource files, so the conflict nature has not just existed yet.
For obtaining of conversion back character string, because the quantity of the concrete various complexity used and interface text string is not a lot, thus preferred, can provide instrument to get final product by artificial interpolation of professional.
Step 104, when this application program is carried out, obtain corresponding Chinese character string by call function, from resource file, obtain the text string after the corresponding conversion;
When this application program operation, read corresponding operating system language information or read the language Show Options that the user is provided with by master routine, determine to need to load which resource file.For example, if be defined as simplified Chinese character, then because former interface languages is exactly a simplified Chinese character, the Chinese character string that then directly calls in the source code gets final product, and does not need to call resource file; If be defined as English, then call English resource file and get final product.
The process of specifically obtaining the text string after the corresponding conversion from resource file can be directly according to the Chinese character string that is obtained, and coupling is obtained corresponding conversion text string afterwards from resource file; Perhaps, also can calculate cryptographic hash at the Chinese character string that is obtained earlier, mate from resource file according to this cryptographic hash then and obtain corresponding conversion back text string.This dual mode all is feasible, has relative merits separately, and those skilled in the art select for use as required in actual applications and get final product.
If adopt a kind of mode in back, for concrete cryptographic hash computation process, can be directly in the call function that adds, finish calculating, obtain the cryptographic hash of this Chinese character string, and in the Hash table resource file, search text string after the corresponding conversion as key word.
Step 105, return corresponding text string and the text string after this Application Program Interface shows described conversion.
With reference to Fig. 2, show a kind of device embodiment that realizes that multilanguage of computer software is supported, comprising:
Resource text extraction module 201 is used for extracting the Chinese character string of application source code, and adds unified call function at relevant position; This call function is used for transmitting corresponding Chinese character string when this application program is carried out;
Cryptographic hash computing module 202 is used at each Chinese character string, adopts hash algorithm to generate corresponding cryptographic hash;
Resource file generation module 203 is used to generate at least one resource file, comprise in the described resource file corresponding cryptographic hash and the conversion after text string; Preferably, a kind of linguistic form at conversion back text string generates one or more resource file with regard to correspondence; Perhaps, one or several module section correspondence at this application program generates one or more resource file;
Resource text modular converter 204 is used for the Chinese character string that sends according to call function, obtains the text string after the corresponding conversion from resource file; And offer this application program to finish interface display.For concrete acquisition process, resource text modular converter 204 can be directly according to the Chinese character string that is obtained, and coupling is obtained corresponding conversion back text string from resource file; Perhaps, also can call cryptographic hash computing module 202 earlier and calculate cryptographic hash, mate from resource file according to this cryptographic hash then and obtain corresponding conversion back text string at the Chinese character string that is obtained.
Further, present embodiment can also comprise: screening module 200, be used for the Chinese character string that identifies from source code is screened, and the Chinese character string that meets prerequisite just extracts.
As a kind of mode that manages conflict, described resource file can also comprise the battleground, and described battleground is used to write down the relevant information when cryptographic hash is calculated the appearance conflict.When conflict occurring, search to this battleground and to obtain relative recording and get final product.
As the another kind of mode that manages conflict, present embodiment can also comprise second hash function (cryptographic hash computing module 202 adopt usually be first hash function), be used for when cryptographic hash is calculated the appearance conflict, adopting this hash function to recomputate to obtain not have the cryptographic hash of conflict.
For aforesaid each method embodiment, for simple description, so it all is expressed as a series of combination of actions, but those skilled in the art should know, the present invention is not subjected to the restriction of described sequence of movement, because according to the present invention, some step can adopt other orders or carry out simultaneously.Secondly, those skilled in the art also should know, the embodiment described in the instructions all belongs to preferred embodiment, and related action and module might not be that the present invention is necessary.
Each embodiment in this instructions all adopts the mode of going forward one by one to describe, and what each embodiment stressed all is and the difference of other embodiment that identical similar part is mutually referring to getting final product between each embodiment.For system embodiment, because it is similar substantially to method embodiment, so description is fairly simple, relevant part gets final product referring to the part explanation of method embodiment.
More than to a kind of method and apparatus of realizing that multilanguage of computer software is supported provided by the present invention, be described in detail, used specific case herein principle of the present invention and embodiment are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that all can change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (12)

1, a kind of method that realizes the multilingual support of Chinese software is characterized in that, comprising:
Extract the Chinese character string in the Chinese software source code, and add call function at relevant position;
At each Chinese character string that is extracted, adopt hash algorithm to generate the cryptographic hash of described Chinese character string;
Generate at least one resource file, comprise the cypher text string of described cryptographic hash and described Chinese character string correspondence in the described resource file;
When carrying out this Chinese software, according to the Chinese character string that gets access to by call function, generate the cryptographic hash of described Chinese character string, from resource file, obtain corresponding cypher text string according to described cryptographic hash;
At the described cypher text string of this Chinese software interface display.
2, the method for claim 1 is characterized in that: corresponding one or more resource file that generates of a kind of linguistic form of described cypher text string.
3, the method for claim 1 is characterized in that: corresponding one or more resource file that generates of one or several module section of this Chinese software.
4, the method for claim 1 is characterized in that, also comprises:
The Chinese character string that identifies from source code is screened, and the Chinese character string that meets prerequisite just extracts.
5, the method for claim 1 is characterized in that, also comprises: when cryptographic hash is calculated the appearance conflict, set up the battleground at resource file and be used to write down conflicting information.
6, the method for claim 1 is characterized in that, also comprises: when cryptographic hash is calculated the appearance conflict, adopt another hash function to recomputate to obtain not have the cryptographic hash of conflict.
7, a kind of device of realizing the multilingual support of Chinese software is characterized in that, comprising:
The resource text extraction module is used for extracting the Chinese character string of Chinese software source code, and adds unified call function at relevant position; This call function is used for transmitting corresponding Chinese character string when this Chinese software is carried out;
The first cryptographic hash computing module is used at each Chinese character string, adopts hash algorithm to generate corresponding cryptographic hash;
The resource file generation module is used to generate at least one resource file, comprises the cypher text string of described cryptographic hash and Chinese character string correspondence in the described resource file;
The resource text modular converter is used for the Chinese character string according to the call function transmission, obtains corresponding cypher text string from resource file; And offer this Chinese software to finish interface display.
8, device as claimed in claim 7 is characterized in that: corresponding one or more resource file that generates of a kind of linguistic form of described cypher text string.
9, device as claimed in claim 7 is characterized in that: corresponding one or more resource file that generates of one or several module section of this Chinese software.
10, device as claimed in claim 7 is characterized in that, also comprises:
The screening module is used for the Chinese character string that identifies from source code is screened, and the Chinese character string that meets prerequisite just extracts.
11, device as claimed in claim 7 is characterized in that, described resource file also comprises the battleground, and described battleground is used to write down the relevant information when cryptographic hash is calculated the appearance conflict.
12, device as claimed in claim 7 is characterized in that, also comprises:
The second cryptographic hash computing module is used for adopting hash algorithm to recomputate to obtain not have the cryptographic hash of conflict when cryptographic hash is calculated the appearance conflict.
CNB2007101404642A 2007-08-14 2007-08-14 A kind of method and apparatus that is used to solve the Chinese software issue of supporting multilanguage Active CN100550020C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2007101404642A CN100550020C (en) 2007-08-14 2007-08-14 A kind of method and apparatus that is used to solve the Chinese software issue of supporting multilanguage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2007101404642A CN100550020C (en) 2007-08-14 2007-08-14 A kind of method and apparatus that is used to solve the Chinese software issue of supporting multilanguage

Publications (2)

Publication Number Publication Date
CN101093513A CN101093513A (en) 2007-12-26
CN100550020C true CN100550020C (en) 2009-10-14

Family

ID=38991772

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2007101404642A Active CN100550020C (en) 2007-08-14 2007-08-14 A kind of method and apparatus that is used to solve the Chinese software issue of supporting multilanguage

Country Status (1)

Country Link
CN (1) CN100550020C (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101393529B (en) * 2008-11-07 2011-01-12 用友软件股份有限公司 Method for implementing multi language support for computer software
CN102103494A (en) * 2009-12-16 2011-06-22 新奥特(北京)视频技术有限公司 Method and device for changing software resource
CN102109958B (en) * 2011-03-04 2012-12-19 深圳市开立科技有限公司 Method and system for realizing multilingual user interface
CN102681851B (en) * 2012-05-11 2016-04-20 许继电气股份有限公司 The dynamic switching method that embedded equipment is multilingual
CN103714128A (en) * 2013-12-11 2014-04-09 金蝶软件(中国)有限公司 Method and system for switching language types of display information
CN104598223B (en) * 2014-12-30 2018-10-30 北京华为数字技术有限公司 A kind of network modelling language analysis method and device
CN106775914B (en) * 2016-12-27 2018-03-30 竞技世界(北京)网络技术有限公司 A kind of code method for internationalizing and device for automatically generating key assignments
CN107423291B (en) * 2017-05-05 2020-12-29 腾讯科技(深圳)有限公司 Data translation method and client device
CN110413574B (en) * 2019-07-30 2023-04-07 深圳市携众通科技有限公司 Method for automatically generating code internationalized resources
CN114356560B (en) * 2021-12-23 2022-09-16 北京中科网威信息技术有限公司 Resource object acquisition method and system

Also Published As

Publication number Publication date
CN101093513A (en) 2007-12-26

Similar Documents

Publication Publication Date Title
CN100550020C (en) A kind of method and apparatus that is used to solve the Chinese software issue of supporting multilanguage
Karnitis et al. Migration of relational database to document-oriented database: Structure denormalization and data transformation
CN105335412A (en) Method and device for data conversion and data migration
CN101271475B (en) Commercial intelligent system
CN103582883A (en) Improved encoding and decoding of variable-length data with group formats
CN109766085B (en) Method and device for processing enumeration type codes
CN102982130A (en) Synchronized method for not only structured query language (NOSQL) and relational database management system (RDBMS) database and system thereof
CN103049251A (en) Database persistent layer device and database operation method
CN115061721A (en) Report generation method and device, computer equipment and storage medium
CN104881285A (en) Code snippet marking and reusing system based on body
CN103309806A (en) Device and method for fast developing and testing
CN103678396B (en) A kind of data back up method and device based on data model
Dang et al. Intermediate data format for the elastic data conversion framework
CN100527131C (en) Interdynamic access method and tool of IMS data base
CN112328621A (en) SQL conversion method and device, computer equipment and computer readable storage medium
CN105550176A (en) Basic mapping method for relational database and XML
CN111984745A (en) Dynamic expansion method, device, equipment and storage medium for database field
CN101551798A (en) Translating input method and word stock
CN113687827B (en) Data list generation method, device and equipment based on widget and storage medium
CN115617773A (en) Data migration method, device and system
CN108292307A (en) With the quick operating prefix Burrow-Wheeler transformation to compressed data
CN112698825B (en) Programming building block conversion method, device, processing equipment and storage medium
CN114625372A (en) Automatic component compiling method and device, computer equipment and storage medium
CN114116779A (en) Deep learning-based power grid regulation and control field information retrieval method, system and medium
CN109828775B (en) WEB management system and method for multilingual translation text content

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant