CN101382888B - Method and system for treating internationalization resource - Google Patents

Method and system for treating internationalization resource Download PDF

Info

Publication number
CN101382888B
CN101382888B CN2008101495025A CN200810149502A CN101382888B CN 101382888 B CN101382888 B CN 101382888B CN 2008101495025 A CN2008101495025 A CN 2008101495025A CN 200810149502 A CN200810149502 A CN 200810149502A CN 101382888 B CN101382888 B CN 101382888B
Authority
CN
China
Prior art keywords
resource
packet
resource packet
client terminal
encoded
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
CN2008101495025A
Other languages
Chinese (zh)
Other versions
CN101382888A (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 CN2008101495025A priority Critical patent/CN101382888B/en
Publication of CN101382888A publication Critical patent/CN101382888A/en
Application granted granted Critical
Publication of CN101382888B publication Critical patent/CN101382888B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a method for processing internationalized resources. The method comprises the steps of: extracting the resource needing to be internationalized from a script file and encoding the resource; generating a resource package comprising the encoded resource and encoding information thereof according to the preset subpackaging tactic for resource distribution and providing a resource analysis function corresponding to the subpackaging tactic; registering required resource packages on the page; downloading the resource package of the required resource package from a server to a local client terminal automatically according to the registered information of the page when the page is in loading; invoking the resource analysis function to analyze the resource package that is downloaded to the local client terminal and returning the corresponding internationalized resource. The method carries out the internationalization processing procedure at the client terminal instead of the service terminal, thereby cutting down the processing load of the service terminal. The method has high performance; the resource package downloaded to the client terminal by one time can be used for a plurality of times, thereby saving the expenses of network transmission.

Description

A kind of method and system of handling internationalized resources
Technical field
The present invention relates to field of computer technology, particularly relate to a kind of method and system of handling internationalized resources.
Background technology
In the Website development process, can relate to the resource that needs in the script (as javascript, vbscript etc.) to do the internationalization processing is handled.For example, in some application software, the situation that has multilingual operation, can be by the language (as simplified form of Chinese Character, Chinese-traditional, English etc.) of homepage selection, resource in the interface is carried out corresponding internationalization as required to be handled, as " China " of simplified form of Chinese Character, under English, be shown as " China ".
At present, adopt following method to the needs resource handled processings of internationalizing of internationalizing usually: to adopt variables manner to change corresponding character according to the selection of language.Just in the page, define independent variable, and the processing of in the page, internationalizing, outputing to script then, resource adopts variable replacing in the script file.For example, " China " has adopted variable " g_test " to replace, and in other places, according to the selection of language, variable is carried out assignment, as, under the simplified form of Chinese Character situation, " g_test " is " China ", under the English situation, " g_test " is " China ".Processes such as the variable assignments in the method are all moved in service end, just user's download is a resource after internationalization is finished dealing with to the content of client, therefore the processing of service end load is relatively large, increased the expense of Network Transmission, and can't on the response time, make the user obtain better experience.
Therefore, a technical matters that presses for those skilled in the art's solution is: how to quicken the process that the user obtains required internationalized resources, and make the internationalization processing procedure reduce the processing load to service end.
Summary of the invention
In view of this, the object of the present invention is to provide a kind of method and system of handling internationalized resources, the problem of Network Transmission expense is loaded greatly, is increased in the processing of service end when handling internationalized resources to solve prior art.
For achieving the above object, the invention provides following scheme:
A kind of method of handling internationalized resources comprises:
Extracting in the script file needs to carry out international resource, and described resource is encoded;
Generate resource packet according to the subpackage strategy that presets, described resource packet comprises the resource and the coded message thereof of having encoded, and provides and the corresponding resource analytical function of described subpackage strategy;
On the page, the resource needed bag is registered; When the page loads, in the following manner automatically according to the log-on message of the page with the resource packet of resource requirement from described downloaded to client terminal local: generate the URL of corresponding resource automatically according to resource subpackage strategy, and the resource packet of this URL correspondence downloaded to client terminal local;
Call described resource analytical function, the resource packet that downloads to client terminal local is resolved, return corresponding internationalized resources.
Wherein, described resource packet is one or more.
Wherein, in each resource packet, described resource of having encoded and coded message thereof are divided into a plurality of resource files according to each languages.
Wherein:
The specific implementation that described resource is encoded comprises, utilizes the resource code instrument to generate the resource code table automatically;
The specific implementation that generates resource packet according to the subpackage strategy that presets comprises, utilizes resource subpackage instrument to take out content in the described resource code table, and resource and coded message thereof are put into corresponding resource packet.
A kind of system that handles internationalized resources comprises:
Coding unit is used for extracting script file and needs to carry out international resource, and described resource is encoded;
The resource packet generation unit is used for generating resource packet according to the resource subpackage strategy that presets, and described resource packet comprises the resource and the coded message thereof of having encoded, and provides and the corresponding resource analytical function of described resource subpackage strategy;
The resource packet registering unit, be positioned at service end, be used on the page, the resource needed bag being registered, when the page loads, automatically the resource file of the corresponding language of resource packet of page registration is downloaded to client terminal local in the following manner: generate the URL of corresponding resource automatically according to resource subpackage strategy, and the resource packet of this URL correspondence is downloaded to client terminal local;
The resource packet resolution unit is positioned at client, is used to call described resource analytical function, and the resource packet that downloads to client terminal local is resolved, and returns corresponding internationalized resources.
Wherein, the resource packet of described resource packet generation unit generation is one or more.
Wherein, in each resource packet, described resource packet generation unit is divided into a plurality of resource files with described resource of having encoded and coded message thereof according to each languages.
Wherein:
Described coding unit utilizes the resource code instrument to generate the resource code table automatically;
Described resource packet generation unit comprises:
Extract subelement, the content that is used for taking out described resource code table;
Generate subelement, the resource and the coded message thereof that are used for having encoded are put into corresponding resource packet.
According to specific embodiment provided by the invention, the invention discloses following technique effect:
At first, the present invention by extracting the resource need internationalize and handle from script file, and generates resource packet to the resource back of encoding in the Website development process, resource packet is registered, and provides simultaneously and the corresponding resource analytical function of subpackage strategy.Browser such as Internet Explorer etc. are when load page like this, just can generate the URL of corresponding resource according to the subpackage strategy of resource packet automatically, and the resource packet of this URL correspondence downloaded to client terminal local, and, corresponding internationalized resources is resolved and returned to the resource information that downloads to client terminal local according to described resource analytical function.As seen, the internationalization processing procedure that will be placed on service end among the present invention usually changes in client carries out, and has therefore reduced the processing load of service end, possesses high-performance, and resource packet downloaded to client, and can accomplish once to download, repeatedly use, saved the expense of Network Transmission.
Secondly, use suitable subpackage strategy, resource is divided into sizeable resource packet, help resource management, be convenient to download, and the user can only download required resource, therefore help the elevator system performance, avoid causing the stand-by period longer, so that influence user's effect.
Once more, the Website development process is handled by different personnel fully with translation process, and the developer only resource need be submitted to resource packet and utilization resource analytical function is replaced; After the translator translation, by instrument resource being packed get final product, and therefore, whole flow process does not need mutual, the communication of both sides personnel.
Description of drawings
Fig. 1 is the process flow diagram of the method that provides of the embodiment of the invention;
Fig. 2 is the process flow diagram of the other method that provides of the embodiment of the invention;
Fig. 3 is the synoptic diagram of the system that provides of the embodiment of the invention;
Fig. 4 is the synoptic diagram of another system of providing of the embodiment of the 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.
Referring to Fig. 1, the method for processing internationalized resources provided by the invention may further comprise the steps:
S101: extracting in the script file needs to carry out international resource, and described resource is encoded;
Wherein, needing to carry out international resource here is meant and need carries out multilingual character string, picture resource etc.The process of coding can be finished by hand by the developer, also can use the resource code instrument, and this resource code instrument can be written to existing resource and coded message thereof in the coding schedule of database, for the use of subsequent step.Use the benefit of resource code instrument to be, can move dynamic translated resources, generate coding every day automatically, and Development Engineering can not be affected.
S102: generate resource packet according to the resource subpackage strategy that presets, described resource packet comprises encoded resource and coded message thereof, and provides and the corresponding resource analytical function of described resource subpackage strategy;
It is less to carry out international resource if desired, then can only generate a resource packet; But need carry out international resource can be many, therefore, in a preferred embodiment of the invention, can generate a plurality of resource packet according to the resource subpackage strategy that presets according to condition in most cases.Can be divided into a plurality of resource files according to each languages in the resource packet, the information of the corresponding languages of each resource file.Simultaneously, provide the resource analytical function, this resource analytical function should be corresponding with described resource subpackage strategy, and how how subpackage then resolves, and its objective is the resource packet that finds the script resource concrete, for the resolving resource bag.
Wherein, described resource analytical function can add in the former script file, also can increase a script file (resource analytics engine) newly, increase the resource analytical function in this file, and this document is quoted in the page of former script file.
Corresponding with the resource code instrument, the step that generates resource packet also can use special resource subpackage instrument to finish, at this moment, this resource subpackage instrument can take out the content in the described resource code table, and resource file and coded message thereof are put into corresponding resource packet.
S103: on the page, the resource needed bag is registered; When the page loads, automatically according to the log-on message of the page with the resource packet of resource requirement from described downloaded to client terminal local;
In the page that uses script file, according to the subpackage strategy, the URL of dynamic registration resource packet.
Need to prove, the present invention comprises two processes to the processing of internationalized resources, at first is the process of exploitation, is the process in operations such as browser such as Internet Explorer then, above-mentioned step S101-S103 belongs to the process of exploitation, and following step belongs to the process of operation.
When the page loads, generate the URL of corresponding resource automatically, and the resource packet of this URL correspondence is downloaded to client terminal local according to resource subpackage strategy.Therefore, follow-up processes such as resource parsing can be brought in the client and finish.
S104: utilize described resource analytical function, the resource packet that downloads to client terminal local is resolved, return corresponding internationalized resources.
After resource subpackage strategy was determined well, the treatment scheme of resource analytical function had just been determined.For example, the resource analytical function is LoadString, when all resources are only divided a resource packet, this resource analytical function can have only two parameters, as " LoadString (" 001 "; " China ") ", the coding of resource (001) is unique in system, and what therefore inquire is unique resource packet.When being divided into a plurality of resource packet (as pressing subsystem subpackage etc.), then the resource analytical function may need more parameter, as " LoadString (" 001 "; " BOS "; " China ") ", at this moment, resource analytical function LoadString will load the resource packet (according to language) of BOS correspondence, search then to be encoded to 001 resource and the information that finds is returned.
For the ease of using the resource analytical function resource packet is resolved, needs in the former script file are carried out international resource, replace with the character string of forming by resource analytical function title and parameter, for example, the resource in the script file " China " is replaced with " LoadString (" 001 ", " China ") ", during operation, resource analytical function LoadString searches corresponding internationalized resources according to coding " 001 ", and under at English, the result of operation is exactly " China ".Wherein, the step of replacement can be replaced by hand, also can replace by tool using, and can merge with the resource code instrument, can reduce the quantity of developing instrument like this.
As seen, the present invention by extracting the resource need internationalize and handle from script file, and generates resource packet to the resource back of encoding in the Website development process, resource packet is registered, and provides simultaneously and the corresponding resource analytical function of subpackage strategy.The user is when load page like this, just can generate the URL of corresponding resource according to the subpackage strategy of resource packet automatically, and the resource packet of this URL correspondence downloaded to client terminal local, and, corresponding internationalized resources is resolved and returned to the resource information that downloads to client terminal local according to described resource analytical function.That is to say that the internationalization processing procedure that will be placed on service end among the present invention usually changes in client carries out, therefore reduced the processing load of service end, possesses high-performance, and resource packet downloaded to client, and can accomplish once to download, repeatedly use, saved the expense of Network Transmission.
Simultaneously, this method is convenient to expansion, and it is full-automatic that the use by instrument can realize handling.And software development process is handled with finishing by different personnel of translation process, and the developer has just finished task after only resource need being submitted to resource packet and using the resource analytical function to replace; The translator also only needs resource is translated, and they need not to know that the content of translation is to be used for doing and so on translate duration.After translation is finished, just can carry out the step of resource packing.Therefore, whole flow process does not need both sides personnel's mutual, communication, and exploitation can walk abreast with translation and carry out, and development can not be subjected to the influence of translation process fully, has therefore improved work efficiency widely.
In addition, resource can be divided into sizeable resource packet (for example carrying out subpackage) by subsystem, help the management of resource, be convenient to download and promote performance, for example, resource institute's time spent of once downloading 100k will be far smaller than the required time of resource of downloading 0.1k 1000 times, and if not subpackage, all need when then needing resource to download at every turn.Simultaneously, the method that is divided into a plurality of resource packet can be controlled and only download required resource, is example to carry out subpackage according to subsystem still, and certain user may only need to use the BOS system, so only need the resource of download BOS just passable, other resource there is no need to download.In addition, the size that all right controlling resource bag is downloaded, in the practical application, may there be resource file greater than 1w even 10w, if only be divided into a resource packet, resource packet huge relatively (as greater than 20MB) then, downloading huge resource packet needs the user to wait for the long time, can have influence on user's effect, be divided into a plurality of resource packet and then solved this problem effectively.And the subpackage policy-flexible can be determined suitable subpackage strategy according to circumstances, can support the follow-up function expansion of product.
The method that provides for a better understanding of the present invention referring to Fig. 2, describes in detail several critical step below by a concrete example.
Suppose that having certain Web website is ABC, having pagefile under the website is a1.aspx, has quoted javascript script file j1.js in the pagefile, and the resource " China " in the existing j1.js file, " people " etc. need do internationalization and handle.And establish that to have the page be setlanguage.aspx, and be used to be provided with the operation languages of current website,, that is to say that in the a1.aspx operation, languages are determined as simplified form of Chinese Character, Chinese-traditional or English etc.
S201: resource code.From script file j1.js, extract and to carry out international resource, as " China ", " people ", " Wenchuan " etc., using the resource code instrument that described needs are carried out international resource encodes, this resource code instrument uses a database, as D1, has a resource code table T1 in the database D 1, the structure of T1 is as shown in table 1, can certainly just describe for example here by more languages, but not limitation of the present invention.
Table 1
Resource ID Resource code Title _ simplified Title _ traditional font Title _ English Other information
ID, no practical significance The unique identification resource The simplified information of resource Resource traditional font information The resource english information As module, current resource file path etc., can be used for the resource subpackage
1 001 China China China BOS
2 002 The people ? ? BOS
3 003 The Wenchuan ? ? CRM
? ? ? ? ? ?
100 100 I like China ? I?LoveChina CRM
S202: generate resource packet.About the subpackage strategy, according to the subpackage strategy that presets, can only be divided into a bag, also can be divided into a plurality of bags.Wherein, for the simplest situation that only is divided into a bag, the resource file that comprises shape such as B1.CHS.resource/B1.CHT.resource/B1.EN.resource in each resource packet, the language message that includes resource in the resource file is represented simplified English, Chinese-traditional, English respectively as wherein CHS, CHT, EN.Only corresponding coding of this resource file and name information, the corresponding same languages information of each resource file.
That is to say, if the subpackage strategy is not subpackage, then be a resource packet, comprises 3 resource files, supposes to have prefix b1, and then the resource file title is respectively:
B1.chs.resource (simplified resource), what wherein comprise is secondary series and tertial information in the table 1;
B1.cht.resource (traditional font resource), what wherein comprise is secondary series and the 4th information that is listed as in the table 1;
B1.en.resource (English resource), what wherein comprise is secondary series and the 5th information that is listed as in the table 1.
If the subpackage strategy is for to press the subsystem subpackage, and there are 2 subsystem crm and bos, then have 2 resource packet, comprise 2*3=6 resource file, suppose there is prefix b1 that then file name is respectively:
B1.crm.chs.resource (simplified resource, crm subsystem)
B1.crm.cht.resource (traditional font resource, crm subsystem)
B1.crm.en.resource (English resource, crm subsystem)
B1.bos.chs.resource (simplified resource, bos subsystem)
B1.bos.cht.resource (traditional font resource, bos subsystem)
B1.bos.en.resource (English resource, bos subsystem)
S203: the resource analytical function is provided.If the resource analytical function is LoadString, the subpackage strategy of this function when generating packet is corresponding.For the situation that only is divided into a bag, resource " China " among the then former script file j1.js, be replaced by " LoadString (" 001 "; " China ") ", whether during operation, the logic of resource analytical function LoadString is exactly to search in the resource packet of current registration, exist to be numbered 001 resource, if exist, then this information returned.For the complex situations that are divided into a plurality of bags, press the subsystem subpackage as above-mentioned, resource " China " in the then former j1.js file is replaced by " LoadString (" 001 "; " BOS "; " China ") ", just searches in the time of operation to be numbered 001 resource and information is returned in the BOS resource packet.
S204: registration resource bag.At server end resource packet is registered, downloaded for the user.Because the resource packet of downloading is kept at client, if therefore certain resource packet was downloaded, and do not upgrade, the user does not just need to repeat to download again.
S205: in script file, call the resource analytical function.During operation, can in former script file, call described resource analytical function LoadString, resource packet be resolved, to obtain required internationalized resources.
Corresponding with method provided by the invention, the present invention also provides a kind of system that handles internationalized resources, and referring to Fig. 3, this device comprises:
Coding unit U301 is used for extracting script file and needs to carry out international resource, and described resource is encoded;
Resource packet generation unit U302 is used for generating resource packet according to the resource subpackage strategy that presets, and described resource packet comprises the resource and the coded message thereof of having encoded, and provides and the corresponding resource analytical function of described resource subpackage strategy;
Resource packet registering unit U303 is positioned at service end, is used on the page resource needed bag being registered, and when the page loaded, the resource file of the corresponding language of automatically page being registered of resource packet downloaded to client terminal local;
Resource packet resolution unit U304 is positioned at client, is used to call described resource analytical function, and the resource packet that downloads to client terminal local is resolved, and returns corresponding internationalized resources.
At first on stream, coding unit U301 extracts in the script file needs to carry out international resource, promptly needs to carry out multilingual character string, picture resource etc., and described resource is encoded, and this cataloged procedure can use coding tools to realize automatically; Resource packet generation unit U302 generates resource packet according to the resource subpackage strategy that presets then, and described resource packet comprises the resource and the coded message thereof of having encoded, and provides and the corresponding resource analytical function of described resource subpackage strategy; Resource packet registering unit U303 is positioned at service end, on the page resource needed bag is registered, and when the page loaded, the resource file of the corresponding language of automatically page being registered of resource packet downloaded to client terminal local; Resource packet resolution unit U305 calls described resource analytical function, the resource packet that downloads to client terminal local is resolved, and return corresponding internationalized resources.
That is to say that the internationalization processing procedure that will be placed on service end among the present invention usually changes in client carries out, therefore reduced the processing load of service end, possesses high-performance, and resource packet downloaded to client, and can accomplish once to download, repeatedly use, saved the expense of Network Transmission.
Wherein, need to carry out international resource quantity hour in script file, resource packet generation unit U302 can only generate a resource packet.But as a rule, it is more to need to carry out international resource in the script file, and therefore in a preferred embodiment of the invention, resource packet generation unit U302 can generate a plurality of resource packet according to subsystem.The benefit of doing like this is to help the management of resource, is convenient to download and promote performance, and can control and only download required resource, or the like.In each resource packet that generates, resource packet generation unit U302 can also be divided into a plurality of resource files according to each languages with described resource of having encoded and coded message thereof.
Referring to Fig. 4, in order to improve the efficient of coding, coding unit U401 can utilize the resource code instrument to generate the resource code table automatically; At this moment, resource packet generation unit U402 can comprise:
Extract subelement U4021, the content that is used for taking out described resource code table;
Generate subelement U4022, the resource and the coded message thereof that are used for having encoded are put into corresponding resource packet.
Wherein, U304 is identical for resource packet registering unit U303, the resource packet resolution unit among the resource packet registering unit U403 among Fig. 4, resource packet resolution unit U404 and Fig. 3.
More than to a kind of method and system of handling internationalized resources 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, part in specific embodiments and applications all can change.In sum, this description should not be construed as limitation of the present invention.

Claims (8)

1. a method of handling internationalized resources is characterized in that, comprising:
Extracting in the script file needs to carry out international resource, and described resource is encoded;
Generate resource packet according to the subpackage strategy that presets, described resource packet comprises the resource and the coded message thereof of having encoded, and provides and the corresponding resource analytical function of described subpackage strategy;
On the page, the resource needed bag is registered; When the page loads, in the following manner automatically according to the log-on message of the page with the resource packet of resource requirement from described downloaded to client terminal local: generate the URL of corresponding resource automatically according to resource subpackage strategy, and the resource packet of this URL correspondence downloaded to client terminal local;
Call described resource analytical function, the resource packet that downloads to client terminal local is resolved, return corresponding internationalized resources.
2. method according to claim 1 is characterized in that, described resource packet is one or more.
3. method according to claim 1 is characterized in that, in each resource packet, described resource of having encoded and coded message thereof is divided into a plurality of resource files according to each languages.
4. method according to claim 1 is characterized in that:
The specific implementation that described resource is encoded comprises, utilizes the resource code instrument to generate the resource code table automatically;
The specific implementation that generates resource packet according to the subpackage strategy that presets comprises, utilizes resource subpackage instrument to take out content in the described resource code table, and resource and coded message thereof are put into corresponding resource packet.
5. a system that handles internationalized resources is characterized in that, comprising:
Coding unit is used for extracting script file and needs to carry out international resource, and described resource is encoded;
The resource packet generation unit is used for generating resource packet according to the resource subpackage strategy that presets, and described resource packet comprises the resource and the coded message thereof of having encoded, and provides and the corresponding resource analytical function of described resource subpackage strategy;
The resource packet registering unit, be positioned at service end, be used on the page, the resource needed bag being registered, when the page loads, in the following manner automatically according to the log-on message of the page with the resource packet of resource requirement from described downloaded to client terminal local: generate the URL of corresponding resource automatically according to resource subpackage strategy, and the resource packet of this URL correspondence downloaded to client terminal local;
The resource packet resolution unit is positioned at client, is used to call described resource analytical function, and the resource packet that downloads to client terminal local is resolved, and returns corresponding internationalized resources.
6. system according to claim 5 is characterized in that, the resource packet that described resource packet generation unit generates is one or more.
7. system according to claim 5 is characterized in that, in each resource packet, described resource packet generation unit is divided into a plurality of resource files with described resource of having encoded and coded message thereof according to each languages.
8. system according to claim 5 is characterized in that:
Described coding unit utilizes the resource code instrument to generate the resource code table automatically;
Described resource packet generation unit comprises:
Extract subelement, the content that is used for taking out described resource code table;
Generate subelement, the resource and the coded message thereof that are used for having encoded are put into corresponding resource packet.
CN2008101495025A 2008-09-10 2008-09-10 Method and system for treating internationalization resource Active CN101382888B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2008101495025A CN101382888B (en) 2008-09-10 2008-09-10 Method and system for treating internationalization resource

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2008101495025A CN101382888B (en) 2008-09-10 2008-09-10 Method and system for treating internationalization resource

Publications (2)

Publication Number Publication Date
CN101382888A CN101382888A (en) 2009-03-11
CN101382888B true CN101382888B (en) 2011-09-14

Family

ID=40462743

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008101495025A Active CN101382888B (en) 2008-09-10 2008-09-10 Method and system for treating internationalization resource

Country Status (1)

Country Link
CN (1) CN101382888B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102654882A (en) * 2011-03-02 2012-09-05 北京千橡网景科技发展有限公司 Method and apparatus for page loading
CN104714968A (en) * 2013-12-16 2015-06-17 中国银联股份有限公司 Method and device for internationalizing web page
CN105471984A (en) * 2015-11-23 2016-04-06 深圳创维-Rgb电子有限公司 Network resource integration platform and method
CN106227522A (en) * 2016-07-15 2016-12-14 浪潮通用软件有限公司 Resource unified management method
CN114253535A (en) * 2017-06-02 2022-03-29 创新先进技术有限公司 H5 page multi-language rendering method and device
CN107357569B (en) * 2017-06-15 2020-09-25 广州视源电子科技股份有限公司 Unified management method and system for multi-language resource files, computer readable storage medium and equipment
CN109508211A (en) * 2017-09-13 2019-03-22 阿里巴巴集团控股有限公司 A kind of multilingual configuration method, device, system and electronic equipment
CN109814839A (en) * 2018-12-12 2019-05-28 平安科技(深圳)有限公司 Internationalize information generating method, device and computer readable storage medium
CN113900834B (en) * 2021-09-24 2023-02-14 天津同阳科技发展有限公司 Data processing method, device, equipment and storage medium based on Internet of things technology

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1368693A (en) * 2001-02-07 2002-09-11 友邦软件技术有限公司 Method and equipment for global software
CN1716246A (en) * 2004-05-28 2006-01-04 国际商业机器公司 Multi-column multi-data type internationalized sort extension method for WEB applications
CN101030279A (en) * 2006-03-03 2007-09-05 上海灵栋机电科技有限公司 Method for inter-acting different language user Internet information
CN101145102A (en) * 2006-09-11 2008-03-19 国际商业机器公司 Method and device for testing internationalized software

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1368693A (en) * 2001-02-07 2002-09-11 友邦软件技术有限公司 Method and equipment for global software
CN1716246A (en) * 2004-05-28 2006-01-04 国际商业机器公司 Multi-column multi-data type internationalized sort extension method for WEB applications
CN101030279A (en) * 2006-03-03 2007-09-05 上海灵栋机电科技有限公司 Method for inter-acting different language user Internet information
CN101145102A (en) * 2006-09-11 2008-03-19 国际商业机器公司 Method and device for testing internationalized software

Also Published As

Publication number Publication date
CN101382888A (en) 2009-03-11

Similar Documents

Publication Publication Date Title
CN101382888B (en) Method and system for treating internationalization resource
CN111209004B (en) Code conversion method and device
CN110990731A (en) Rendering method, device and equipment of static webpage and computer storage medium
CN102289376A (en) Embedded multi-language WEB page realization method and system
CN107346325A (en) Information query method and device
CN104881469A (en) Data exporting method and device
CN102346770A (en) WebKit browser webpage content loading method and device
CN101382893A (en) On-line assembling method for component based on Web service
CN102007495B (en) Method, apparatus and software for transforming natural language request for modifying set of subscriptions for publish/subscribe topic string
CN101510881A (en) Method and device for providing web page
CN104461516A (en) Data processing method and device
CN105068802B (en) A kind of Web application software realization system and method for striding equipment operation
CN102307219A (en) File access system, file uploading method and file downloading method
WO2013097802A1 (en) Method and device for compressing, decompressing and querying document
CN105069116A (en) Method and system for converting json string into array
CN103488735B (en) Method and terminal that terminal browser page furbishing is shown
CN101551792A (en) Messy code recovery system and method
CN103186582A (en) Device description file-based data analysis method
CN105022667B (en) One kind being based on built-in browser CSS engine parallel methods
CN102253986A (en) Method and device for improving webpage displaying effect in multiple terminals
CN102880690A (en) Method for simplifying character library of electronic book, and processing device for electronic book
CN114254661A (en) Method and system for translating application international language, electronic device and storage medium
CN110020343B (en) Method and device for determining webpage coding format
CN105740239A (en) Translation method and system of character on webpage
CN116775613A (en) Data migration method, device, electronic equipment and computer readable medium

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