EP2810160A1 - Translating application resources - Google Patents
Translating application resourcesInfo
- Publication number
- EP2810160A1 EP2810160A1 EP12867194.8A EP12867194A EP2810160A1 EP 2810160 A1 EP2810160 A1 EP 2810160A1 EP 12867194 A EP12867194 A EP 12867194A EP 2810160 A1 EP2810160 A1 EP 2810160A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- language
- word
- user
- application
- resources
- 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.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
- G06F9/454—Multi-language systems; Localisation; Internationalisation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/40—Processing or translation of natural language
- G06F40/58—Use of machine translation, e.g. for multi-lingual retrieval, for server-side translation for client devices or for real-time translation
Definitions
- This disclosure relates generally to the translation of computer applications.
- a system includes an identification module, a translation module, and a display module.
- the identification module being configured to identify when an application running within the system attempts to display a word to a user of the application in a first language.
- the translation module being configured to translate the word from the first language to a second language different than the first language.
- the display module being configured to display the work in the second language to the user.
- a method includes (1) identifying when an application attempts to display a word to a user of the application, the word being in a first language; (2) translating the word attempted to be displayed to the user from the first language to a second language, the second language being different than the first language; and (3) displaying the word in the second language to the user.
- a computer program product the computer program product is tangibly embodied on a computer-readable medium and includes instructions that, when executed, are configured to cause at least one processor to (1) identify when an application attempts to display a word to a user of the application, the word being in a first language; (2) translate the word attempted to be displayed to the user from the first language to a second language, the second language being different than the first language; and (3) display the word in the second language to the user.
- a method performed by a computing device having at least one processor and a memory includes receiving, from an application being executed by the at least one processor, a request to provide a first word for use by the application, wherein: the application is published by an entity, and the application is associated with one or more resources that are stored in the memory of the computing device and that are published by the entity; determining a default language of the computing device; accessing, in the memory of the computing device, the one or more resources; determining if the one or more resources include the first word in the default language; if the one or more resources include the first word in the default language, then providing the first word to the application; and if the one or more resources do not include the first word in the default language, then: transmitting the first word and an indication of the default language to a translation server; receiving from the translation server a second word obtained by translating the first word into the default language; and providing the second word to the application.
- a computing device having at least one processor and a memory includes a receiving module configured to receive a request from an application to provide a first word for use by the application, the application being published by an entity and being associated with one or more resources that are stored in the memory of the computing device and that are published by the entity; a first determination module configured to determine a default language of the computing device; an accessing module configured to access the one or more resources; a second determination module configured to determine if the one or more resources include the first word in the default language; and a transmitting module, the display module configured to transmit the first word in the default language to the application if the one or more resources include the first word in the default language, the transmitting module configured to transmit the first word and an indication of the default language to a translation server, receive from the translation server a second word obtained by translating the first word into the default language, and transmit the second word to the application.
- a computer program product is tangibly embodied on a computer readable medium and comprising instructions that, if executed, cause at least one processor of a computing device to receive, from an application being executed by the at least one processor, a request to provide a first word for use by the application, wherein: the application is published by an entity, and the application is associated with one or more resources that are stored in a memory of the computing device and that are published by the entity; determine a default language of the computing device; access, in the memory of the computing device, the one or more resources; determine if the one or more resources include the first word in the default language; if the one or more resources include the first word in the default language, then provide the first word to the application; and if the one or more resources do not include the first word in the default language, then: transmit the first word and an indication of the default language to a translation server; receive from the translation server a second word obtained by translating the first word into the default language; and provide the second word to the application.
- a method is performed by a computing device.
- the method includes identifying, by the computing device, a preferred language of an application executing on the computing device, wherein the application utilizes a word; accessing one or more resources of the application;
- determining that the one or more resources do not include the word in the preferred language determining that the one or more resources do not include the word in the preferred language; and transmitting the word and an indication of the preferred language to a computing system.
- a computing device includes an identification module configured to identify a preferred language of an application executing on the computing device, wherein the application utilizes a word; an accessing module configured to access one or more resources of the application; a determination module configured to determine that the one or more resources do not include the word in the preferred language; and a transmitting module configured to transmit the word and an indication of the preferred language to a computing system.
- a computer program product tangibly embodied on a computer readable medium and comprising instructions that, if executed, cause at least one processor of a computing device to identify a preferred language of an application executing on the computing device, wherein the application utilizes a word; access one or more resources of the application; determine that the one or more resources do not include the word in the preferred language; and transmit the word and an indication of the preferred language to a computing system.
- a method is performed by a computing device.
- the method includes receiving an application to be run on a computing device from a first entity, the application including at least one resource that includes a word in a first language; receiving a request from a second entity to download the application, the second entity having a preferred language, the preferred language being different than the first language; and translating the word from the first language to the preferred language.
- FIG. 1 is a block diagram of a system for translating information provided by an application according to an implementation.
- FIG. 2 is a flowchart illustrating example operations of a computer program product according to an implementation.
- FIG. 3 is a flowchart illustrating example operations of a computer program product according to an implementation.
- FIG. 4 is a screen shot of an application displaying a user interface.
- FIG. 5 is a flow chart illustrating a method for displaying text of an application or computer program according to an implementation.
- FIG. 6 is a block diagram of a system according to an implementation.
- FIG. 7 is a flowchart illustrating example operations of a computer program product according to an implementation.
- FIG. 8 is a block diagram of a system according to an implementation.
- FIG. 9 is a flowchart illustrating example operations of a computer program product according to an implementation.
- FIG. 10 is a flowchart illustrating example operations of a computer program product according to an implementation.
- FIG. 1 is a block diagram of a system 100 for translating information provided by an application according to an implementation.
- the system 100 may be used by users or consumers to run or execute programs or applications.
- the system 100 may be or may be incorporated into a computing device such as a handheld computing device or a personal computer.
- application and computer program developers may develop applications or computer programs for running or executing on or within the system 100.
- the applications or computer programs are configured to communicate via a written language or written words with users of the applications or computer programs.
- the system 100 is configured to translate the words that an application or computer program attempts to provide to a user.
- the system 100 includes an identification module 110, a translation module 120, a display module 130, and a determination module 140.
- one or more of the components or modules of the system 100 or other systems or computing devices disclosed herein can be, or can include, a hardware-based module (e.g., a digital signal processor (DSP), a field programmable gate array (FPGA), a memory), a firmware module, and/or a software-based module (e.g., a module of computer code, a set of computer-readable instructions that can be executed by a computer).
- the identification module 110 can be, or can include, a software module configured for execution by at least one processor (not shown).
- the translation module 120 can be, or can include, a software module configured for execution by at least one processor (not shown).
- the functionality of the modules or components can be included in different modules and/or components than those shown in FIG. 1.
- the functionality of the identification module 110 can be included in a different module than the identification module 110, or can be divided into several different modules.
- the identification module 110 is operative ly coupled to the application 105 and to the determination module 140.
- the identification module 110 is configured to identify when the application is attempting to communicate with the user in a language other than a language that is understood or preferred by the user. For example, if the user prefers to communicate in Japanese and the application 105 is attempting to display words in English to the user, the identification module would identify such inconsistency or difference.
- the translation module 120 is operatively coupled to the identification module 110.
- the translation module 120 is configured to translate words or words that the application 105 is attempting to display to the user U.
- the translation module 130 is configured to translate the word or words into a number of different languages (such as Chinese, Japanese, German, Spanish, etc.).
- the translation module 120 includes software configured to translate the word or words. In other implementations, the translation module 120 is configured to communicate with a third-party (such as via a network) to request or otherwise acquire a translation of the word or words.
- a third-party such as via a network
- the translation module 120 is operatively coupled to the display module 130.
- the display module 130 is configured to provide an output to the user U.
- the display module 130 is configured to provide a visual output to the user U, such as via a display screen.
- the display module 130 is configured to output the word or words that have been translated by the translation module 120.
- the determination module 140 is configured to determine a preferred language of the user U. For example, in some implementations, the determination module 140 is configured to determine the native language of a user U. In some implementations, the determination module 140 is configured to determine the preferred language of the user by determining the location (such as the country) of the user and basing the preferred language determination on the language used that location or country. In some implementations, the determination module 140 is configured to determine the preferred language of the user U based on setting of the device, system, or application as set by the user U.
- the determination module 140 includes a query module 142 and a receiving module 144.
- the query module 142 is configured to provide a query to the user.
- the query requests that the user U provide an indication of the preferred language of the user U.
- the receiving module 144 is configured to receive the response to the query as provided by the user U.
- the operating system or platform of the device or system 100 is configured to recognize or identify when a program or application is communicating with the user using written words. For example, in some implementations, the operating system is configured to recognize when a program or application 105 is attempting to provide a menu or other user interface item to the user. The operating system or platform may then be configured to identify the language of the menu or other user interface item and may provide a translated menu or other user interface item to the application (for providing to the user) or directly to the user. In some implementations, the operating system or platform is configured to communicate with a third party translation service to acquire the necessary translations of the menus or other user interface items. In other
- the operating system or platform may itself be configured to translate the menu or other user interface items.
- the program or application 105 may be configured to provide a request to the operating system or to the platform to provide a translation of menu or other user interface items.
- a secondary program or application may be active and may be configured to identify or recognize when a primary program or application is attempting to communicate with the user of the device using written words.
- the secondary program or application may be configured to interrupt the communication between the primary program and the user.
- the secondary program may then communicate with a third party translation service to acquire any necessary translation or may provide the translation function.
- the secondary application may then provide the translated menus or other user interface items to the primary program or application 105 (for providing to the user) or may provide the translations directly to the user.
- FIG. 2 is a flow chart illustrating a method 200 according to an implementation.
- the method 200 allows users of an application or computer program to communicate or interact with the application or computer program in a preferred language of the user. For example, if an application or a computer program is attempting to communicate with the user via a display that would include a word or words in a language that is not preferred by the user or a native language of the user, the method 200 may be used to translate such word or words to a language that is preferred by the user prior to displaying the word or words to the user.
- a computer program product is tangibly embodied on a computer-readable medium and includes instructions that, when executed, are configured to cause at least one processor to implement the method 200.
- the application or computer program product is prevented from providing the display to the user.
- the application or computer program product is interrupted.
- the system of the device such as a hand-held device or a personal computer
- the system of the device may interrupt or intercept the attempt by the application or computer program product to provide a display to the user.
- the word or words of the display are not in the language of the user, then at 240, it is determined whether the user allows for the translation of the word or words. If the user does allow for the translation of the search results, then at 250, the word or words are translated and at 260, the translated display (with the translated word or words) is provided to the user. If the user does not allow for the translation of the word or words, then the translation is not performed and the word or words in the original language are provided to the user.
- a user may adjust or set a setting to indicate whether the user desires or allows for the translation of the search results.
- the user may provide an indication of a preferred language of the user.
- a prompt or request may be provided to the user to allow the user to indicate whether the user desires that the search results be translated.
- FIG. 3 is a flow chart illustrating a method 300 according to an implementation.
- the method 300 allows users of an application or computer program to communicate or interact with the application or computer program in a preferred language of the user of the device.
- FIG. 4 illustrates a screen shot of an application that provides words or communicates with the user of the device in multiple languages (which may not be understood by the user of the device). For example, if an application or a computer program is attempting to communicate with the user via a display that would include a word or words in a language that is not preferred or understood by the user or a native language of the user, the method 300 may be used to translate such word or words to a language that is preferred by the user prior to displaying the word or words to the user.
- a computer program product that is tangibly embodied on a computer-readable medium and includes instructions, that when executed, are configured to cause at least one processor to implement the method 300.
- the method includes identifying when an application or a computer program is attempting to provide a display to a user that includes a word that is in a language that differs from a preferred or native language of the user.
- a publicly available resource such as a resource available via the Internet, is used to determine the language of the word or words that the application or computer program is attempting to display to the user.
- the operating system or platform of the device is configured to recognize or identify when a program or application is communicating with the user using written words. For example, in some implementations, in some
- the operating system is configured to recognize when a program or application is attempting to provide a menu or other user interface item to the user.
- the operating system or platform may then be configured to identify the language of the menu or other user interface item and may provide a translated menu or other user interface item to the application (for providing to the user) or directly to the user.
- the operating system or platform is configured to
- the operating system or platform may itself be configured to translate the menu or other user interface items.
- the program or application may be configured to provide a request to the operating system or to the platform to provide a translation of menu or other user interface items.
- a secondary program or application may be active and may be configured to identify or recognize when a primary program or application is attempting to communicate with the user of the device using written words.
- the secondary program or application may be configured to interrupt the communication between the primary program and the user.
- the secondary program may then communicate with a third party translation service to acquire any necessary translation or may provide the translation function.
- the secondary application may then provide the translated menus or other user interface items to the primary program or application (for providing to the user) or may provide the translations directly to the user.
- the user provides an indication of the preferred language of the user.
- the method 300 includes requesting the user for an indication of the preferred language.
- the preferred language is the native language of the user.
- the application or computer program is interrupted from providing the display with the word in its original language to the user.
- an operating system or other program of the device of the user interrupts the application or computer program from providing the display with the word in its original language to the user.
- the word of the display that is not in the preferred language of the user is translated. For example, if the preferred language of the user is Chinese and the original language of the word is English, the word would be translated to Chinese.
- a publicly available translation service may be used to translate the word.
- a translation service available via the Internet may be used to translate the word to the preferred language of the user.
- the display including the translated word is provided to the user.
- FIG. 5 is a flow chart for a method 500 for displaying text of an application or computer program, such as a menu, in a different language according to an implementation.
- resource-based text strings many be translated and displayed to the user of the device.
- Menultem item menu.add (menuTitle);
- R.string.menu title may be as below.
- the method 500 may be used to display the menu in a preferred language of the user of the device.
- the local resource such as values/string.xml
- the resource directories for the given resource are located.
- the resource files that contradict the device configuration are eliminated.
- qualifiers are identified.
- resource directories that do not include the specified qualifier are eliminated. Items 516 and 518 are repeated until only one directory remains, such as
- the platform of the device may determine or detect whether auto translation has been requested. If it has not, the process is completed. If auto translation has been requested, then at 530, it is determined or detected whether the language of the local resource is the same as the user's preferred language. If it is, then the process is done. If it is not, then at 540, a translation service may be used to translate the resource. For example, the translation service may be used to translate the string of the resource (which is in any language) to the preferred language of the user (any other language).
- the translation service may be a program run on the device itself or a device may communicate with a third party translation service, such as a translation service accessible via the Internet.
- the device is configured to identify or detect the preferred language of the user. For example, in some implementations, the user may be requested to provide a preferred language. In other implementations, the device is configured to detect to the location or locale of the user and selects the language of the location or locale of the user as the user's preferred language.
- the application programming interface may be changed or modified to support the method of 500.
- the API may be modified as follows.
- the text strings or resources identify a language.
- the text strings or resources identify the language of the text string.
- the device, application, or program includes an identifier that is configured to identify the default language of the text strings.
- the application or program includes a cache of language translations for the text strings of the application.
- the translated text string may be looked up or identified rather than performing a new translation of the text string.
- the application or the platform of the device includes an option to enable or disable the auto translate feature.
- the user may determine whether the application or program should provide the translated text strings.
- the developer of the application or program can specify a target language or more than one target languages.
- the resources and text strings can then all be translated into all of the target languages.
- an actual translation of the resources or text strings does not need to be done during run time of the application.
- text strings located within the code of the application or the computer program may be translated.
- the text string to be displayed may be as follows.
- the API may be modified as follows.
- the parameter "language" may specify the language of the given string. If the language of the string is not specified then a translation service may analyze the string and provide the language. If the language of the string is not the same as the preferred language of the user, the application or computer program may contact a translation service (such as via the Internet) to have the string translated into the preferred language. The string in the preferred language of the user may then be displayed or rendered to the user.
- a translation service such as via the Internet
- the platform of the device exposes the developers of the applications or computer programs to the translation services.
- the developers of the application or computer programs may use the translation services as desired.
- a system such as a computer system or computing device, 600 includes a processor 610 and a memory 620.
- the system also includes a receiving module 630, a first determination module 640, an accessing module 650, a second determination module 660, and a transmitting module 670.
- the receiving module 630 is configured to receive a request from an application to provide a first word for use by the application.
- the application may be stored in the memory 620.
- the application may be requesting the word so that the word may be displayed or presented to a user of the system or device 600.
- the application is published or distributed or otherwise provided to the device 600 by an entity.
- the application may be associated with resources, such as text files or code, such as compiled code, that are stored in the memory 620.
- the first word requested by the application may be a word that is located in or associated with one of the resources.
- the resources are also published or distributed by the entity that provided the application.
- the receiving module 630 is operatively coupled to the first determination module 640.
- the first determination module 640 is configured to determine the default language of the system or computing device 600. In some implementations, the first determination module 640 is configured to identify the default language via a setting in the device or system 600. In other implementations, the first determination module 640 is configured provide a query to a user of the device 600 to determine the default or preferred language.
- the accessing module 650 is configured to access the resources of the application.
- the resources may be located in compiled code or stored in text type files.
- the second determination module 660 is configured to determine whether the resources of the application include the word or words in the default or preferred language.
- the transmitting module 670 is configured to transmit the word or words to the application.
- the transmitting module 670 is configured to provide the translation of the word or words to the application.
- the transmitting module 670 is configured to transmit the word or words and an indication of the default or preferred language to a translation server, such as a translation server or service that is publicly available via the Internet.
- the transmitting module 670 is also configured to receive the result of the translation and provide such results (the translated word or words) to the application.
- FIG. 7 is a flow chart of a method 700 according to an implementation.
- the method 700 may be performed by a computing device that includes at least one processor and a memory.
- the method 700 includes at 710 receiving a request to provide a word for use by an application.
- the application is being executed on the processor of the device.
- the application is published or distributed by an entity and is associated with resources, such as compiled code or text files, that are also published or provided by the entity.
- the resources associated with the application are stored in the memory of the device 700.
- the one or more resources that include the requested word is accessed in the memory of the device.
- this determination includes determining the default or preferred language of the device.
- the method includes providing a query to a user of the device to request or determine the default or preferred language of the device (or user of the device).
- the word is transmitted or provided to the application.
- the word is provided to the application.
- the word is translated into the default language and that word (a second word) is provided to the application.
- the method 700 includes transmitting the first word and an indication of the default language to a translation server or service.
- a the first word and an indication of the default language may be provided to a translation service via the Internet.
- the method 700 also includes receiving from the translation service or sever the second word (the results of the first word being translated to the default language), and providing the second word to the application.
- a system or computing device 800 includes an identification module 810, an accessing module 820, a determination module 830, and a transmitting module 840.
- the system 800 may also include one or more processors and one or more memories.
- the identification module 810 is configured to identify a default or preferred language of an application that is executing on the device 800.
- the application utilizes a word or words.
- the application may communicate with a user of the device 800 by displaying a word or words on a display of the device.
- the word or words may be located in code of the application or they may be located and stored in other resources used by the application, such as text files.
- the accessing module 820 is configured access the one or more resources used by the application that is being executed on the device 800.
- the determination module 830 is configured to determine whether the word or words are in the default or preferred language of the device 800. If the word or words are not in the default or preferred language, the transmitting module 840 is configured to transmit the word or words and an indication of the preferred language. For example, in some implementations, the word or words and the preferred or default language may be transmitted to a system, such as a computing system, that is configured to translate the word or words to the preferred or default language. In some
- the word in the preferred language is stored in a memory or cache of the computing device.
- system 800 is configured to determine whether the word or words should be automatically translated into the preferred language.
- FIG. 9 is a flow chart of a method 900 according to an implementation.
- the method 900 may be performed by a computing device.
- the method 900 includes at 910, identifying a preferred language of an application executing on the computing device.
- the application utilizes a word.
- the application utilizes a word to communicate with a user of the computing device (for example, by displaying the word to the user of the computing device).
- the application is associated with one or more resources.
- the one or more resources may include the word or words that are utilized by the application.
- the one or more resources are compiled code or text files stored in a memory of the device.
- the one or more resources of the application are accessed.
- the method includes providing a query to the user to determine the preferred language.
- the word and an indication of the preferred language are provided to a computing system.
- the word and the indication of the preferred language are provided to allow for a translation of the word into the preferred language.
- the computing system is a local computing system. In other implementations, the computing system is a remote computing system and the word and the indication of the preferred language may be transmitted via the Internet.
- the method 900 includes determining whether a memory or a cache of the computing system includes the word in the preferred language.
- the translation of the text or text strings to be displayed to a user of the device may be done at the time of compiling, the time of release, the time of download, or the time of management.
- the translation of the text is done at the time of compiling.
- a developer of an application or computer program may provide the default resource and its language information.
- the developer can specify several languages.
- the compiler can then automatically translate the default resource into the specified languages and package them into the binary so that when a user with a preferred language that matches a target language uses the application, the application provides or displays to the user the text in the preferred language of the user.
- a network connection is not required at runtime.
- the translation of the text is done at the time of release. Similar to the above, the developer may specify the target languages when the application or computer program is released to the market. In such an
- the extra resource package may be signed by a market holder instead of the developer.
- the translation of the text or strings of text may be translated at the time an application or computer program is downloaded by a user.
- the marketplace or marketplace provider can detect whether the user's preferred language is natively supported by the application. If the preferred language of the user is not supported by the application, the marketplace or marketplace provider can prompt the user that the application can be translated to his language (or more languages can be specified). The user may then accept the suggestion and the related resources will be downloaded or translated into the preferred language of the user and downloaded.
- FIG. 10 is a flow chart of a method 1000 according to an implementation.
- the method 1000 may be performed on computing device that has one or more processors and one or more memories.
- the method includes, at 1010, receiving an application to be run on a computing device from a first entity.
- a computing system may include a receiving module that is configured to receive the application from the first entity.
- the application includes at least one resource that has a word in a first language.
- the resource may be compiled code. In other implementations, the resource may be a text file. In some implementations, the application uses the word to communicate with a user of the application.
- a request is received from a second entity to download the application.
- the second entity may be a different entity or individual than the first entity.
- the second entity has a preferred language, such as the primary language spoken or understood by the second entity.
- the computing system includes a second receiving module configured to receive the request from the second entity.
- the second receiving module may be a component of a marketplace that is configured to provide or distribute application to consumers.
- the word is translated from the first language to the preferred language.
- the method includes translating the word from the first language to the second language locally.
- translation software may be executed on the computing device to translate the word from the first language to the preferred language.
- the word and an indication of the preferred language may be transmitted to a translation service or server, such as via the Internet.
- the method 1000 includes providing a query to a user to the second entity to determine whether the word should be translated into the preferred language.
- the text or text strings may be translated at management time.
- an application manager or provider can specify a target language (or more than one language) for an application.
- the application manager or provider may request that the text or text strings be translated offline. In such an implementation, the translation is not done at runtime.
- Implementations of the various techniques described herein may be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them.
- Implementations may implemented as a computer program product, i.e., a computer program tangibly embodied in an information carrier, e.g., in a machine-readable storage device (computer-readable medium) or in a propagated signal, for processing by, or to control the operation of, data processing apparatus, e.g., a programmable processor, a computer, or multiple computers.
- a computer program such as the computer program(s) described above, can be written in any form of programming language, including compiled or interpreted languages, and can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
- a computer program can be deployed to be processed on one computer or on multiple computers at one site or distributed across multiple sites and interconnected by a communication network.
- Method steps may be performed by one or more programmable processors executing a computer program to perform functions by operating on input data and generating output. Method steps also may be performed by, and an apparatus may be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit).
- FPGA field programmable gate array
- ASIC application-specific integrated circuit
- processors suitable for the processing of a computer program include, by way of example, both general and special purpose microprocessors, and any one or more processors of any kind of digital computer.
- a processor will receive instructions and data from a read-only memory or a random access memory or both.
- Elements of a computer may include at least one processor for executing instructions and one or more memory devices for storing instructions and data.
- a computer also may include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto-optical disks, or optical disks.
- Information carriers suitable for embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, e.g., EP OM,
- EEPPvOM electrically erasable programmable read-only memory
- flash memory devices magnetic disks, e.g., internal hard disks or removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks.
- the processor and the memory may be supplemented by, or incorporated in special purpose logic circuitry.
- implementations may be implemented on a computer having a display device, e.g., a cathode ray tube (CRT) or liquid crystal display (LCD) monitor, for displaying information to the user and a keyboard and a pointing device, e.g., a mouse or a trackball, by which the user ca provide input to the computer.
- a display device e.g., a cathode ray tube (CRT) or liquid crystal display (LCD) monitor
- keyboard and a pointing device e.g., a mouse or a trackball
- Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g., visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input.
- Implementations may be implemented in a computing system that includes a back-end component, e.g., as a data server, or that includes a middleware component, e.g., an application server, or that includes a front-end component, e.g., a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation, or any combination of such back-end, middleware, or front-end components.
- Components may be interconnected by any form or medium of digital data communication, e.g., a communication network.
- Examples of communication networks include a local area network (LAN) and a wide area network (WAN), e.g., the Internet.
- LAN local area network
- WAN wide area network
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Human Computer Interaction (AREA)
- Artificial Intelligence (AREA)
- Machine Translation (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2012/000142 WO2013113135A1 (en) | 2012-02-03 | 2012-02-03 | Translating application resources |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP2810160A1 true EP2810160A1 (en) | 2014-12-10 |
| EP2810160A4 EP2810160A4 (en) | 2015-10-28 |
Family
ID=48904350
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP12867194.8A Withdrawn EP2810160A4 (en) | 2012-02-03 | 2012-02-03 | Translating application resources |
Country Status (3)
| Country | Link |
|---|---|
| EP (1) | EP2810160A4 (en) |
| CN (1) | CN104169872B (en) |
| WO (1) | WO2013113135A1 (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10162819B2 (en) | 2016-08-17 | 2018-12-25 | Netflix, Inc. | Change detection in a string repository for translated content |
| TWI659369B (en) * | 2017-07-12 | 2019-05-11 | 金腦數位股份有限公司 | Message processing device |
| CN110414011A (en) * | 2019-06-21 | 2019-11-05 | 北京三快在线科技有限公司 | Multilingual translation device, method, electronic equipment and storage medium |
| CN112632212B (en) * | 2019-10-08 | 2024-03-15 | 腾讯科技(深圳)有限公司 | Method, device, equipment and medium for updating to-be-translated entry |
Family Cites Families (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6993568B1 (en) | 2000-11-01 | 2006-01-31 | Microsoft Corporation | System and method for providing language localization for server-based applications with scripts |
| CN1474312A (en) * | 2003-06-04 | 2004-02-11 | 无敌科技(西安)有限公司 | Device capable of supporting multiple languages and its display method |
| US7437704B2 (en) * | 2003-08-28 | 2008-10-14 | Ines Antje Dahne-Steuber | Real-time generation of software translation |
| US20060117304A1 (en) * | 2004-11-23 | 2006-06-01 | Microsoft Corporation | Method and system for localizing a package |
| US8249854B2 (en) * | 2005-05-26 | 2012-08-21 | Microsoft Corporation | Integrated native language translation |
| CN100447743C (en) * | 2005-06-24 | 2008-12-31 | 国际商业机器公司 | System and method for localizing JAVA GUI applications without modifying source code |
| CN1928813A (en) * | 2006-09-22 | 2007-03-14 | 华为技术有限公司 | Translation method and system for man/machine interaction interface of application program |
| US8347287B2 (en) * | 2008-10-03 | 2013-01-01 | Hewlett-Packard Development Company, L.P. | System and method for localizing a server application using a client-side translator |
| US20120022851A1 (en) | 2010-07-23 | 2012-01-26 | International Business Machines Corporation | On-demand translation of application text |
-
2012
- 2012-02-03 EP EP12867194.8A patent/EP2810160A4/en not_active Withdrawn
- 2012-02-03 CN CN201280069010.XA patent/CN104169872B/en not_active Expired - Fee Related
- 2012-02-03 WO PCT/CN2012/000142 patent/WO2013113135A1/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| CN104169872B (en) | 2018-07-31 |
| CN104169872A (en) | 2014-11-26 |
| EP2810160A4 (en) | 2015-10-28 |
| WO2013113135A1 (en) | 2013-08-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US9805027B2 (en) | Translating application resources | |
| EP3876116B1 (en) | Method and apparatus for running mini program, electronic device, and storage medium | |
| US9635138B2 (en) | Client-server input method editor architecture | |
| US10091628B2 (en) | Message based application state and card sharing methods for user devices | |
| US10678871B2 (en) | Accelerating find in page queries within a web browser | |
| US9817646B1 (en) | Multiplatform and multichannel distribution of web applications across devices | |
| US11250093B2 (en) | Natural language control of web browsers | |
| US9547721B2 (en) | Native application search results | |
| KR20180054746A (en) | Manage the delivery of code and dependent data using application containers | |
| EP3058460B1 (en) | Incrementally compiling software artifacts from an interactive development environment | |
| EP3251013B1 (en) | Monitoring application loading | |
| US10262155B1 (en) | Disabling features using feature toggle | |
| US9038019B2 (en) | Paige control for enterprise mobile applications | |
| CN104169872B (en) | Translation application resource | |
| US20220300574A1 (en) | Caching for Single Page Web Applications | |
| US9210209B2 (en) | Extensible browser plugin interface | |
| US20150193550A1 (en) | Presenting tags of a tag cloud in a more understandable and visually appealing manner | |
| US9185513B1 (en) | Method and system for compilation with profiling feedback from client | |
| US9256651B1 (en) | Inheritance of properties files with locale chain support | |
| US8739187B2 (en) | Legacy application integration within a bundle framework | |
| US12388876B2 (en) | Process security capability requirements identification | |
| US10445111B2 (en) | Font download on application boot | |
| KR20260062505A (en) | Electronic apparatus, method and recording medium for managing user data | |
| WO2024169325A1 (en) | Fast-application deployment method and related device |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20140902 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| AX | Request for extension of the european patent |
Extension state: BA ME |
|
| DAX | Request for extension of the european patent (deleted) | ||
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: G06F 17/28 20060101ALI20150908BHEP Ipc: G06F 9/44 20060101AFI20150908BHEP |
|
| RA4 | Supplementary search report drawn up and despatched (corrected) |
Effective date: 20150930 |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: G06F 9/44 20060101AFI20150923BHEP Ipc: G06F 17/28 20060101ALI20150923BHEP |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20170321 |
|
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: GOOGLE LLC |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
| 18D | Application deemed to be withdrawn |
Effective date: 20170801 |
|
| P01 | Opt-out of the competence of the unified patent court (upc) registered |
Effective date: 20230519 |