CA2851585A1 - Stack-based adaptive localization and internationalization of applications - Google Patents

Stack-based adaptive localization and internationalization of applications Download PDF

Info

Publication number
CA2851585A1
CA2851585A1 CA2851585A CA2851585A CA2851585A1 CA 2851585 A1 CA2851585 A1 CA 2851585A1 CA 2851585 A CA2851585 A CA 2851585A CA 2851585 A CA2851585 A CA 2851585A CA 2851585 A1 CA2851585 A1 CA 2851585A1
Authority
CA
Canada
Prior art keywords
user
language
content
stack
application
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.)
Granted
Application number
CA2851585A
Other languages
French (fr)
Other versions
CA2851585C (en
Inventor
Lance Saleme
Benjamin Lee
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.)
Intuit Inc
Original Assignee
Intuit Inc
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 Intuit Inc filed Critical Intuit Inc
Publication of CA2851585A1 publication Critical patent/CA2851585A1/en
Application granted granted Critical
Publication of CA2851585C publication Critical patent/CA2851585C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/454Multi-language systems; Localisation; Internationalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/10Tax strategies
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • G06F40/58Use of machine translation, e.g. for multi-lingual retrieval, for server-side translation for client devices or for real-time translation

Abstract

The disclosed embodiments provide a system that facilitates use of an application.
During operation, the system obtains a language stack containing an ordered set of preferred languages for a user of the application. Next, for each user-interface component from a set of user-interface components in the application, the system obtains content for the user-interface component based on an order of languages in the language stack. The system then includes the content in the user-interface component during use of the application on an electronic device by the user.

Description

STACK-BASED ADAPTIVE LOCALIZATION AND
INTERNATIONALIZATION OF APPLICATIONS
Inventors: Lance Saleme and Benjamin Y. Lee BACKGROUND
Related Art [0001] The disclosed embodiments relate to internationalization and localization. More specifically, the disclosed embodiments relate to techniques for stack-based adaptive localization and internationalization of applications.
[0002] Applications may be adapted to the languages, regions, and/or technical requirements of multiple markets using localization and/or internationalization. In localization, strings may be translated and application resources may be managed for multiple languages.
With internationalization, applications may be designed, organized, and/or implemented to adapt the applications to different languages, regions, and/or data models without engineering changes.
[0003] However, conventional techniques for localization and/or internationalization may be difficult to scale across a large number of languages, locales, and/or technical requirements.
For example, a fmancial-management application may support 100 languages and be deployed in 50 different countries, each with a different set of accounting and/or tax rules. If each set of accounting and/or tax rules is associated with an average of 50 user-interface components, the application may require 2500 different user-interface components, each with 100 different translations and/or other language-specific content. In turn, the significant size and complexity of the application may negatively impact the use of resources by the application and/or result in significant overhead during updating and/or maintenance of the application.
[0004] Consequently, the development, management, execution, and maintenance of applications may be facilitated by mechanisms for scaling the applications across languages, locales, and/or technical requirements.

SUMMARY
[0005] The disclosed embodiments provide a system that facilitates use of an application.
During operation, the system obtains a language stack containing an ordered set of preferred languages for a user of the application. Next, for each user-interface component from a set of user-interface components in the application, the system obtains content for the user-interface component based on an order of languages in the language stack. The system then includes the content in the user-interface component during use of the application on an electronic device by the user.
[0006] In some embodiments, the system also obtains the set of user-interface components based on a globalization setting for the application.
[0007] In some embodiments, obtaining the set of user-interface components based on the globalization setting involves obtaining a business-logic stack of one or more sets of business rules associated with the globalization setting, and including the user-interface component in the set of user-interface components based on an order of the one or more sets of business rules in the business-logic stack.
[0008] In some embodiments, including the user-interface component in the set of user-interface components based on the order of the one or more sets of business rules in the business-logic stack involves:
(i) attempting to obtain a first variant of the user-interface component associated with a first set of business rules in the business-logic stack;
(ii) if the first variant is available, including the first variant in the set of user-interface components; and (iii) if the first variant is not available, attempting to obtain a second variant of the user-interface component associated with a second set of business rules following the first set of business rules in the business-logic stack.
[0009] In some embodiments, the globalization setting is associated with at least one of a locale, an organization, and a category.
[0010] In some embodiments, obtaining the language stack of preferred languages for the user involves including a default language at a bottom of the language stack, and adding one or more languages to the language stack based on at least one of a locale setting associated with the electronic device and the globalization setting.
[0011] In some embodiments, obtaining content for the user-interface component based on the order of languages in the language stack involves:

attempting to obtain content for the user-interface component in a first language in the ordered set;
(ii) if the content is available in the first language, using the content with the user-interface component; and (iii) if the content is not available in the first language, attempting to obtain the content in a second language following the first language in the ordered set.
[0012] In some embodiments, the user-interface component includes at least one of a string, a graphical object, a display setting, and a file.
BRIEF DESCRIPTION OF THE FIGURES
[0013] FIG. 1 shows a schematic of a system in accordance with the disclosed embodiments.
[0014] FIG. 2 shows the selection of content for a user-interface component in an application in accordance with the disclosed embodiments.
[0015] FIG. 3 shows a flowchart illustrating the process of facilitating use of an application in accordance with the disclosed embodiments.
[0016] FIG. 4 shows a flowchart illustrating the process of obtaining a user-interface component based on a globalization setting for an application in accordance with the disclosed embodiments.
[0017] FIG. 5 shows a computer system in accordance with the disclosed embodiments.
[0018] In the figures, like reference numerals refer to the same figure elements.
DETAILED DESCRIPTION
[0019] The following description is presented to enable any person skilled in the art to make and use the embodiments, and is provided in the context of a particular application and its requirements. Various modifications to the disclosed embodiments will be readily apparent to those skilled in the art, and the general principles defined herein may be applied to other embodiments and applications without departing from the spirit and scope of the present disclosure. Thus, the present invention is not limited to the embodiments shown, but is to be accorded the widest scope consistent with the principles and features disclosed herein.
[0020] The data structures and code described in this detailed description are typically stored on a computer-readable storage medium, which may be any device or medium that can store code and/or data for use by a computer system. The computer-readable storage medium includes, but is not limited to, volatile memory, non-volatile memory, magnetic and optical storage devices such as disk drives, magnetic tape, CDs (compact discs), DVDs (digital versatile discs or digital video discs), or other media capable of storing code and/or data now known or later developed.
[0021] The methods and processes described in the detailed description section can be embodied as code and/or data, which can be stored in a computer-readable storage medium as described above. When a computer system reads and executes the code and/or data stored on the computer-readable storage medium, the computer system performs the methods and processes embodied as data structures and code and stored within the computer-readable storage medium.
[0022] Furthermore, methods and processes described herein can be included in hardware modules or apparatus. These modules or apparatus may include, but are not limited to, an application-specific integrated circuit (ASIC) chip, a field-programmable gate array (FPGA), a dedicated or shared processor that executes a particular software module or a piece of code at a particular time, and/or other programmable-logic devices now known or later developed. When the hardware modules or apparatus are activated, they perform the methods and processes included within them.
[0023] The disclosed embodiments provide a method and system for facilitating use of an application. More specifically, the disclosed embodiments provide a method and system for performing stack-based adaptive localization and internationalization of the application.
[0024] As shown in FIG. 1, an application 110 may execute on an electronic device 100 such as a mobile phone, tablet computer, laptop computer, personal computer, personal digital assistant, and/or portable media player. For example, application 110 may be downloaded from an application distribution system and/or content provider and installed locally on electronic device 100. As a result, the implementation of application 110 may be based on the platform (e.g., operating system, hardware, etc.) of electronic device 100.
[0025] Application 110 may then be used to perform a set of tasks for a user of electronic device 100. For example, application 110 may allow the user to browse websites, send and receive emails, create and edit documents, access and/or organize digital media, play a game, use mapping and/or navigation services, and/or manage finances on portable electronic device 100.
[0026] During use of application 110, electronic device 100 may use a network connection to obtain data associated with application 110 from a server and transmit updates to the data to the server. For example, electronic device 100 may use a wireless and/or cellular network to send and receive emails, financial information, digital media, documents, game play information, and/or other data used by application 110 with the server. As a result, application 110 may execute using a client-server model.
[0027] In addition, interaction between the user and application 110 may be enabled by a user interface 132. For example, user interface 132 may be a graphical user interface (GUI) that displays text, images, documents, menus, icons, thumbnails, form fields, data, and/or other user-interface components (e.g., user-interface component 1 122, user-interface component x 124) to 5 the user. The GUI may also accept user input (e.g., gestures, keyboard presses, etc.) that is used to manipulate and/or update the user-interface components. In other words, user interface 132 may be a mechanism for providing and/or formatting data and/or features associated with application 110 for use on electronic device 100.
[0028] Those skilled in the art will appreciate that user-interface components in user interface 132 may be adapted to the language, region, and/or technical requirements of the user and/or electronic device 100. For example, localization of application 110 may be performed to manage and/or translate resources in application 110 for use with multiple languages. Moreover, internationalization of application 110 may enable the adaptation of application 110 to different languages, regions, and/or data models without requiring engineering changes to application 110.
[0029] On the other hand, conventional techniques for performing localization and internationalization, including support for localization and/or internationalization on the platform of electronic device 100, may not scale across large numbers of languages, technical requirements, and/or locales. For example, application 110 may have a different set of business rules (e.g., business rules 1 116, business rules n 118) for each of 50 countries in which application 110 is deployed. Application 110 may also be translated into 100 different languages and/or dialects. If each country-specific implementation of application 110 has 50 user-interface components, a user-interface repository 120 for the whole application 110 may have 2500 different user-interface components. Moreover, a content repository 126 containing language-specific content (e.g., content 1 128, content y 130) for the user-interface components may have 250,000 different strings, graphical objects, display settings, and/or files for inclusion in the user-interface components. The large amount and/or complexity of user-interface components and content may negatively impact the installation, execution, maintenance, and/or update of application 110.
[0030] In one or more embodiments, the system of FIG. 1 includes functionality to perform localization and internationalization of application 110 in a way that decouples the language and/or locale of the user from the language and/or locale associated with application 110 and/or business rules used by application 110. In addition, the system may dynamically and/or adaptively update content in user-interface components of application 110 based on changes to a locale setting 112 associated with electronic device 100 or the business rules and the availability of language-specific content for use with the user-interface components.
[0031] In particular, a globalization framework 102 for application 110 may combine user-interface components and content for the user-interface components in application 110 based on locale setting 112 for electronic device 100, a globalization setting 138 for application 110, a language stack 134 of preferred languages, and a business-logic stack 136 of sets of business rules. Globalization framework 102 includes a language-management apparatus 104, an internationalization apparatus 106, and a localization apparatus 108. Each of the components of globalization framework 102 is discussed in further detail below.
[0032] Locale setting 112 may correspond to a language, region, and/or other attributes associated with variants of user-interface components in application 110 and/or electronic device 100. Locale setting 112 may be set by the user during activation and/or configuration of electronic device 100. Electronic device 100 may then use locale setting 112 to provide text, images, audio, video, color schemes, files and/or other content specific to locale setting 112 to the user.
[0033] On the other hand, globalization setting 138 may be specific to application 110 and relate to a locale, an organization, and/or a category associated with business rules and/or business logic of application 110. For example, globalization setting 138 may include the country in which the user and/or an organization associated with the user (e.g., the user's company) are located. In turn, globalization setting 138 may be used to select one or more sets of business rules (e.g., business rules 1 116, business rules n 118) from a business-logic repository 114 for performing country-specific tasks such as managing finances and/or filing taxes. In another example, globalization setting 138 may include demographic information, such as age, height, weight, gender, and/or ethnicity. Application 110 and/or globalization framework 102 may use the demographic information to select an appropriate set of business rules for tracking and/or managing the user's health.
[0034] As shown in FIG. 1, language stack 134 may be provided by language-management apparatus 104. Language-management apparatus 104 may create language stack 134 as an ordered set of preferred languages for the user of application 110 and/or electronic device 100. During the creation of language stack 134, language-management apparatus 104 may include a default language at the bottom of language stack 134. For example, language-management apparatus 104 may add a default and/or mandatory language in which content for user-interface components of application 110 must be available to the bottom of language stack 134.
[0035] Next, language-management apparatus 104 may add one or more languages to language stack 134 based on locale setting 112 and/or globalization setting 138. Continuing with the above example, language-management apparatus 104 may add a language associated with globalization setting 138 to language stack 134 above the default language, and a language associated with locale setting 112 to language stack 134 above the language associated with globalization setting 138. If the languages associated with locale setting 112 and/or globalization setting 138 are region-specific, language-management apparatus 104 may also include generic versions of the languages in language stack 134. Unlike the default language, other languages in language stack 134 do not have to have content for all user-interface components of application 110.
[0036] Language stack 134 may then be used by localization apparatus 108 to select content for inclusion in user-interface components of application 110. More specifically, localization apparatus 108 may obtain content for each user-interface component in application 110 based on the order of languages in language stack 134, starting with the topmost language.
For example, language stack 134 may include the following languages, from top to bottom:
French-Canada, French-Generic, Spanish-Generic, English. As a result, localization apparatus 108 may attempt to obtain content for the user-interface component in Canadian French, then generic French, then generic Spanish, then English. In other words, localization apparatus 108 may obtain content for the user-interface component as available content in content repository 126 that is associated with a language that is as close to the top of language stack 134 as possible.
If no content is available for the top three languages in language stack 134, localization apparatus 108 may use content from the default language (e.g., English) at the bottom of language stack 134, since such content is required to be available.
[00371 After the content is obtained, localization apparatus 108 may include the content in the user-interface component during use of application 110 by the user. For example, localization apparatus 108 may insert and/or "inject" the content into the user-interface component during runtime of application 110. In addition, changes to the language associated with locale setting 112 and/or globalization setting 138 may be dynamically reflected in application 110 by language-management apparatus 104 and/or localization apparatus 108. For example, a change in language from English to German in locale setting 112 may result in the display of German strings and/or content in application 110 without requiring restarting and/or reinstallation of application 110 on electronic device 100.
[0038] Unlike language stack 134, business-logic stack 136 may be created by internationalization apparatus 106 as an ordered list of one or more sets of business rules, with the highest-priority set of business rules placed at the top of business-logic stack 136 and the lowest-priority set of business rules placed at the bottom of business-logic stack 136. In addition, business-logic stack 136 may be populated with sets of business rules based on globalization setting 138. For example, globalization setting 138 for a financial-management application 110 may include a city, state, and country. Globalization setting 138 may be used to retrieve a tax model containing local, state, and federal tax codes for the city, state, and country, respectively.
Business rules corresponding to the federal, state, and local tax codes may then be added to business-logic stack 136 in ascending order of priority (e.g., from bottom to top).
[0039] After business-logic stack 136 is created, internationalization apparatus 106 may select user-interface components for use in application 110 based on the order of business rules in business-logic stack 136. Continuing with the above example, a user-interface component for calculating sales tax may be obtained by attempting to find a variant of the user-interface component associated with the local tax code, then the state tax code, and fmally, the federal tax code. Each variant may be customized according to the corresponding set of business rules. As a result, the variant may be more relevant to use of application 110 by the user than a generic and/or basic version of the user-interface component.
[0040] Consequently, internationalization apparatus 106 may obtain a user-interface component for use in application 110 as an available variant of the user-interface component associated with the set of business rules that is as close to the top of business-logic stack 136 as possible. Alternatively, if no variants are available with any of the sets of business rules in business-logic stack 136, internationalization apparatus 106 may obtain a basic version of the user-interface component for use in application 110. Selection of user-interface components and content for user-interface components of applications is described in further detail below with respect to FIG. 2.
[0041] By decoupling user-interface components from languages and business rules, the system of FIG. 1 may minimize the size, resource duplication, and/or customization of application 110. In addition, the use of language stack 134 and business-logic stack 136 in selecting content and user-interface components for inclusion in user interface 132 may increase the relevance and/or usability of application 110 to the user while providing fallback options for content that is not currently localized and/or internationalized to locale setting 112 and/or globalization setting 138.
[0042] Finally, the system of FIG. 1 may provide adaptive localization and internationalization of application 110 using mechanisms for configuring application 110 that are supported by the platform of electronic device 100. For example, globalization framework 102 may utilize a directory hierarchy, interface builder, and/or localization mechanism associated with the platform of electronic device 100 to create and store user-interface components and content for the user-interface components. Globalization framework 102 may then use language stack 134 and business-logic stack 136 to increase the flexibility of localizing and/or internationalizing application 110 while reducing the size and/or complexity of application 110.
[0043] Those skilled in the art will appreciate that the system of FIG. 1 may be implemented in a variety of ways. First, language-management apparatus 104, internationalization apparatus 106, localization apparatus 108, business-logic repository 114, user-interface repository 120, and content repository 126 may be provided by a single physical machine, multiple computer systems, a grid, one or more databases, one or more filesystems, and/or a cloud computing system. In addition, language-management apparatus 104, internationalization apparatus 106, and/or localization apparatus 108 may be provided by the same hardware and/or software component or execute independently from one another. For example, language-management apparatus 104, internationalization apparatus 106, and/or localization apparatus 108 may execute within application 110 on electronic device 100.
Conversely, language-management apparatus 104, internationalization apparatus 106, and/or localization apparatus 108 may execute on a server that is capable of communicating with electronic device 100 and providing localization and internationalization to application 110 executing on electronic device 100.
[0044] Second, language stack 134 and business-logic stack 136 may be created using a number of techniques. For example, globalization framework 102 may prioritize languages in language stack 134 and/or sets of business rules in business-logic stack 136 based on ordered lists provided by the user, the user's current and/or previous locations, and/or the user's use of other languages with other features (e.g., phone calls, email, etc.) and/or applications on electronic device 100.
[00451 FIG. 2 shows the selection of content 206 for a user-interface component 202 in application 110 in accordance with the disclosed embodiments. As mentioned above, user-interface component 202 may include a string, a graphical object, a display setting, and/or a file.
In addition, a variant 204 of user-interface component 202 may be selected for use in application 110 based on business-logic stack 136, which contains an ordered list of one or more sets of business rules (e.g., business rules 1 212, business rules z 214) associated with application 110.
For example, variant 204 may be selected as an available variant of user-interface component 202 from user-interface repository 120 that is associated with the highest possible set of business rules in business-logic stack 136.

[0046] Variant 204 may also be selected based on language stack 134, which contains an ordered set of preferred languages (e.g., language 1 216, language m 218) for a user of application 110. For example, language stack 134 may be used to refine variant 204 into a custom layout for displaying content 206 in a specific language in user-interface component 202.
5 [0047] In one or more embodiments, variants of user-interface component 202 in user-interface repository 120 may be based on both language and region. For example, user-interface component 202 may include variants that are both language- and region-specific if user-interface component 202 includes a postal address. As a result, address formats for four countries and two language-specific custom layouts may result in the inclusion of eight variants of user-interface 10 component 202 in user-interface repository 120.
[0048] After variant 204 is selected, content 206 for user-interface component 202 may be obtained based on the order of languages in language stack 134. For example, content 206 may be selected as available content for user-interface component 202 from content repository 126 that is associated with the highest possible language in language stack 134. Consequently, content 206 may be customized to a particular set of business rules, a specific language, and/or a language-based layout associated with the set of business rules.
[0049] The selection of variant 204 and/or content 206 may be illustrated with the following example. Language stack 134 may include the following languages from top to bottom:
1. language from locale setting of electronic device 100;
2. default language from globalization setting of application 110; and 3. English.
Business-logic stack 136 may specify the use of business rules associated with a tax model of a country from the globalization setting. In addition, the language from the locale setting may be set to Spanish, and the globalization setting may include a country of Canada and a language of French-Canada.
[0050] User-interface repository 120 may include a basic version of a user-interface component named "LineItemTaxCell," as well as business-rule-specific variants named "LineItemTaxCellTAX," "LineItemTaxCellVAT," and "LineItemTaxCellGST." The basic version and business-rule-specific variants may be placed in a "Resources"
folder that represents variants of user-interface components that lack language-specific custom layouts.
[0051] User-interface repository 120 may also include a folder for Spanish-specific localizations and customizations, which also includes a variant named "LineItemTaxCellVAT."
The folder may also include the following set of strings corresponding to content 206 in Spanish for user-interface component 202, with the string selected for inclusion in user-interface component 202 shown in bold:
/* Apply tax amount to line item. */
"LINE.ITEM.LABEL.TAX" = "Aplicar el impuesto:";
/* Apply VAT amount to line item. */
"LINE.ITEM.LABEL.VAT" = "Aplicar el impuesto al valor agregado:";
/* Apply GST amount to line item. */
"LINE.ITEM.LABEL.GST" "Aplicard impuesto sobre bienes y servicios:";
In other words, the selected string may map to the Spanish-specific variant of "LineItemTaxCellVAT" instead of other, non-language-specific variants from the "Resources"
folder.
[0052] Alternatively, the language from the locale setting may be Russian, and the globalization setting may have a country of United Kingdom (Great Britain) and a language of English-GB. If the Russian language is not supported by application 110, content 206 for user-interface component 202 may fall back to custom layouts and/or strings for English-GB.
[0053] FIG. 3 shows a flowchart illustrating the process of facilitating use of an application in accordance with the disclosed embodiments. In one or more embodiments, one or more of the steps may be omitted, repeated, and/or performed in a different order. Accordingly, the specific arrangement of steps shown in FIG. 3 should not be construed as limiting the scope of the embodiments.
[0054] Initially, a set of user-interface components is obtained based on a globalization setting for the application (operation 302). The globalization setting may be associated with a locale, an organization, and/or a category. In addition, the globalization setting may be associated with a business-logic stack that is used to obtain the user-interface components for use in the application, as described in further detail below with respect to FIG. 4.
[0055] Next, a language stack containing an ordered set of preferred languages for a user of the application is obtained (operation 304). The language stack may be created by including a default language at a bottom of the language stack and adding one or more languages to the language stack based on a locale setting associated with the electronic device and/or the globalization setting. Content may be available in the default language for all user-interface components in the application, while content may be available in other languages for some or all user-interface components in the application.

[0056] A user-interface component is obtained from the set of user-interface components (operation 306), and content for the user-interface component is obtained based on the order of languages in the language stack (operation 308). In particular, an attempt to obtain content for the user-interface component in a first language in the ordered set may be made. If the content is available in the first language, the content is used with the user-interface component. If the content is not available, an attempt to obtain the content in a second language following the first language in the ordered set is made. Attempts to retrieve available content for the user-interface component may continue until available content in a non-default language in the language stack is found or the default language is reached in the language stack.
[0057] The content is then included in the user-interface component during use of the application on an electronic device by the user (operation 310). For example, the content may be "injected" into the user-interface component during display of the user-interface component in the application.
[0058] Selection of content may proceed with remaining user-interface components (operation 312) in the set. If content has not been obtained for all user-interface components to be used in the application, the content is obtained for each user-interface component based on the order of languages in the language stack (operations 306-308) and included in the user-interface component during use of the application (operation 310). Such language-based selection and use of content may continue until content has been obtained for all user-interface components to be used in the application.
[0059] FIG. 4 shows a flowchart illustrating the process of obtaining a user-interface component based on a globalization setting for an application in accordance with the disclosed embodiments. In one or more embodiments, one or more of the steps may be omitted, repeated, and/or performed in a different order. Accordingly, the specific arrangement of steps shown in FIG. 4 should not be construed as limiting the scope of the embodiments.
[0060] First, a business-logic stack of one or more sets of business rules associated with the globalization setting is obtained (operation 402). The sets of business rules in the business-logic stack may be based on a locale, organization, and/or category associated with the globalization setting.
[0061] Next, the user-interface component is obtained based on an order of the sets of business rules in the business-logic stack. In particular, an attempt to obtain a variant of the user-interface component associated with a set of business rules in the business-logic stack is made (operation 404). The variant may also be associated with a language from a language stack for the application. For example, the variant may include a custom layout for a language and/or region, which may be obtained from the globalization setting and/or a locale setting for an electronic device on which the application executes.
[0062] The user-interface component may then be obtained based on the availability of the variant (operation 406). If the variant is available, the variant is included in a set of user-interface components (operation 412) to be used in the application. If the variant is not available, variants associated with remaining sets of business rules in the business-logic stack (operation 408) may be used.
[0063] If additional sets of business rules remain in the business-logic stack, an attempt to obtain a variant of the user-interface component associated with the next-lowest set of business rules in the business-logic stack is made (operation 404). The availability of the variant (operation 406) may result in the inclusion of the variant in the set of user-interface components (operation 412) or a continuation of the search for an available variant with remaining sets of business rules in the business-logic stack (operations 408 and 404). If no sets of business rules remain in the business-logic stack (e.g., if the bottom of the business-logic stack is reached), the basic version of the user-interface component is included in the set of user-interface components (operation 410). The basic version may lack any customizations that are related to business rules in the business-logic stack or languages in the language stack.
[0064] FIG. 5 shows a computer system 500 in accordance with an embodiment.
Computer system 500 may correspond to an apparatus that includes a processor 502, memory 504, storage 506, and/or other components found in electronic computing devices. Processor 502 may support parallel processing and/or multi-threaded operation with other processors in computer system 500. Computer system 500 may also include input/output (I/O) devices such as a keyboard 508, a mouse 510, and a display 512.
[0065] Computer system 500 may include functionality to execute various components of the present embodiments. In particular, computer system 500 may include an operating system (not shown) that coordinates the use of hardware and software resources on computer system 500, as well as one or more applications that perform specialized tasks for the user. To perform tasks for the user, applications may obtain the use of hardware resources on computer system 500 from the operating system, as well as interact with the user through a hardware and/or software framework provided by the operating system.
[0066] In one or more embodiments, computer system 500 provides a system for facilitating use of an application. The system may include a language-management apparatus that obtains a language stack containing an ordered set of preferred languages for a user of the application. The system may also include a localization apparatus. For each user-interface component from a set of user-interface components in the application, the localization apparatus may obtain content for the user-interface component based on an order of languages in the language stack and include the content in the user-interface component during use of the application by the user. Finally, the system may include an internationalization apparatus that obtains the set of user-interface components based on a globalization setting for the application.
[0067] In addition, one or more components of computer system 500 may be remotely located and connected to the other components over a network. Portions of the present embodiments (e.g., language-management apparatus, localization apparatus, internationalization apparatus, etc.) may also be located on different nodes of a distributed system that implements the embodiments. For example, the present embodiments may be implemented using a cloud computing system that provides localization and internationalization of an application to a set of remote electronic devices on which the application is installed.
[0068] The foregoing descriptions of various embodiments have been presented only for purposes of illustration and description. They are not intended to be exhaustive or to limit the present invention to the forms disclosed. Accordingly, many modifications and variations will be apparent to practitioners skilled in the art. Additionally, the above disclosure is not intended to limit the present invention.

Claims (20)

What Is Claimed Is:
1. A computer-implemented method for facilitating use of an application, comprising:
obtaining a language stack comprising an ordered set of preferred languages for a user of the application; and for each user-interface component from a set of user-interface components in the application:
obtaining content for the user-interface component based on an order of languages in the language stack; and including the content in the user-interface component during use of the application on an electronic device by the user.
2. The computer-implemented method of claim 1, further comprising:
obtaining the set of user-interface components based on a globalization setting for the application.
3. The computer-implemented method of claim 2, wherein obtaining the set of user-interface components based on the globalization setting involves:
obtaining a business-logic stack of one or more sets of business rules associated with the globalization setting; and including the user-interface component in the set of user-interface components based on an order of the one or more sets of business rules in the business-logic stack.
4. The computer-implemented method of claim 3, wherein including the user-interface component in the set of user-interface components based on the order of the one or more sets of business rules in the business-logic stack involves:
attempting to obtain a first variant of the user-interface component associated with a first set of business rules in the business-logic stack;
if the first variant is available, including the first variant in the set of user-interface components; and if the first variant is not available, attempting to obtain a second variant of the user-interface component associated with a second set of business rules following the first set of business rules in the business-logic stack.
5. The computer-implemented method of claim 3, wherein the globalization setting is associated with at least one of a locale, an organization, and a category.
6. The computer-implemented method of claim 2, wherein obtaining the language stack of preferred languages for the user involves:
including a default language at a bottom of the language stack; and adding one or more languages to the language stack based on at least one of a locale setting associated with the electronic device and the globalization setting.
7. The computer-implemented method of claim 1, wherein obtaining content for the user-interface component based on the order of languages in the language stack involves:
attempting to obtain content for the user-interface component in a first language in the ordered set;
if the content is available in the first language, using the content with the user-interface component; and if the content is not available in the first language, attempting to obtain the content in a second language following the first language in the ordered set.
8. The computer-implemented method of claim 1, wherein the user-interface component comprises at least one of a string, a graphical object, a display setting, and a file.
9. A system for facilitating use of an application, comprising:
a language-management apparatus configured to obtain a language stack comprising an ordered set of preferred languages for a user of the application; and a localization apparatus configured to:
for each user-interface component from a set of user-interface components in the application:
obtain content for the user-interface component based on an order of languages in the language stack; and include the content in the user-interface component during use of the application on an electronic device by the user.
10. The system of claim 9, further comprising:

an internationalization apparatus configured to obtain the set of user-interface components based on a globalization setting for the application.
11. The system of claim 10, wherein obtaining the set of user-interface components based on the globalization setting involves:
obtaining a variant of the user-interface component associated with at least one of the globalization setting and a language in the language stack.
12. The system of claim 10, wherein obtaining the language stack of preferred languages for the user involves:
including a default language at a bottom of the language stack; and adding one or more languages to the language stack based on at least one of a locale setting associated with the electronic device and the globalization setting.
13. The system of claim 9, wherein obtaining content for the user-interface component based on the order of languages in the language stack involves:
attempting to obtain content for the user-interface component in a first language in the ordered set;
if the content is available in the first language, using the content with the user-interface component; and if the content is not available m the first language, attempting to obtain the content in a second language following the first language in the ordered set.
14. The system of claim 9, wherein the user-interface component comprises at least one of a string, a graphical object, a display setting, and a file.
15. A computer-readable storage medium storing instructions that when executed by a computer cause the computer to perfonn a method for facilitating use of an application, the method comprising:
obtaining a language stack comprising an ordered set of preferred languages for a user of the application; and for each user-interface component from a set of user-interface components in the application:

obtaining content for the user-interface component based on an order of languages in the language stack; and including the content in the user-interface component during use of the application on an electronic device by the user.
16. The computer-readable storage medium of claim 15, the method further comprising:
obtaining the set of user-interface components based on a globalization setting for the application.
17. The computer-readable storage medium of claim 16, wherein obtaining the set of user-interface components based on the globalization setting involves:
obtaining a variant of the user-interface component associated with at least one of the globalization setting and a language in the language stack.
18. The computer-readable storage medium of claim 16, wherein obtaining the language stack of preferred languages for the user involves:
including a default language at a bottom of the language stack; and adding one or more languages to the language stack based on at least one of a locale setting associated with the electronic device and a globalization setting associated with the application.
19. The computer-readable storage medium of claim 15, wherein obtaining content for the user-interface component based on the order of languages in the language stack involves:
attempting to obtain content for the user-interface component in a first language in the ordered set;
if the content is available in the first language, using the content with the user-interface component; and if the content is not available in the first language, attempting to obtain the content in a second language following the first language in the ordered set.
20. The computer-readable storage medium of claim 15, wherein the user-interface component comprises at least one of a string, a graphical object, a display setting, and a file.
CA2851585A 2012-11-06 2013-11-06 Stack-based adaptive localization and internationalization of applications Active CA2851585C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201261722879P 2012-11-06 2012-11-06
US61/722,879 2012-11-06
PCT/US2013/068793 WO2014074629A1 (en) 2012-11-06 2013-11-06 Stack-based adaptive localization and internationalization of applications

Publications (2)

Publication Number Publication Date
CA2851585A1 true CA2851585A1 (en) 2014-05-06
CA2851585C CA2851585C (en) 2020-09-01

Family

ID=50623168

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2851585A Active CA2851585C (en) 2012-11-06 2013-11-06 Stack-based adaptive localization and internationalization of applications

Country Status (4)

Country Link
US (2) US9928085B2 (en)
CA (1) CA2851585C (en)
GB (1) GB2511667A (en)
WO (1) WO2014074629A1 (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9330402B2 (en) 2012-11-02 2016-05-03 Intuit Inc. Method and system for providing a payroll preparation platform with user contribution-based plug-ins
WO2014074629A1 (en) * 2012-11-06 2014-05-15 Intuit Inc. Stack-based adaptive localization and internationalization of applications
US9026994B2 (en) * 2013-03-07 2015-05-05 Microsoft Technology Licensing, Llc Cloud-based localization platform
US9922351B2 (en) 2013-08-29 2018-03-20 Intuit Inc. Location-based adaptation of financial management system
US9426110B2 (en) * 2014-07-31 2016-08-23 International Business Machines Corporation Automatic determination of additional languages used in social networks
US9410712B2 (en) * 2014-10-08 2016-08-09 Google Inc. Data management profile for a fabric network
US9767011B2 (en) 2015-12-01 2017-09-19 International Business Machines Corporation Globalization testing management using a set of globalization testing operations
US9740601B2 (en) * 2015-12-01 2017-08-22 International Business Machines Corporation Globalization testing management service configuration
US20210357596A1 (en) * 2020-05-15 2021-11-18 Microsoft Technology Licensing, Llc Intelligent localization of resource data

Family Cites Families (115)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0831041B2 (en) * 1991-09-06 1996-03-27 インターナショナル・ビジネス・マシーンズ・コーポレイション Program condition processing method and computer system
US6496793B1 (en) * 1993-04-21 2002-12-17 Borland Software Corporation System and methods for national language support with embedded locale-specific language driver identifiers
US5721848A (en) * 1994-02-04 1998-02-24 Oracle Corporation Method and apparatus for building efficient and flexible geometry management widget classes
JP2965455B2 (en) * 1994-02-15 1999-10-18 富士ゼロックス株式会社 Language information providing device
US7095854B1 (en) 1995-02-13 2006-08-22 Intertrust Technologies Corp. Systems and methods for secure transaction management and electronic rights protection
EP1643340B1 (en) 1995-02-13 2013-08-14 Intertrust Technologies Corp. Secure transaction management
US5819249A (en) * 1995-11-29 1998-10-06 International Business Machines Corporation Tax coding expert system
US7249344B1 (en) * 1996-10-31 2007-07-24 Citicorp Development Center, Inc. Delivery of financial services to remote devices
US10636084B2 (en) * 1996-10-31 2020-04-28 Citicorp Credit Services, Inc. (Usa) Methods and systems for implementing on-line financial institution services via a single platform
CA2194019C (en) * 1996-12-24 2000-02-22 Daniel A. Rose Encoding of language, country and character formats for multiple language display and transmission
US6065026A (en) * 1997-01-09 2000-05-16 Document.Com, Inc. Multi-user electronic document authoring system with prompted updating of shared language
US5917484A (en) * 1997-02-24 1999-06-29 Hewlett-Packard Company Multilingual system locale configuration
US6202052B1 (en) 1997-05-08 2001-03-13 Simplification, Llc Fully-automated system for tax reporting, payment and refund
US6205418B1 (en) * 1997-06-25 2001-03-20 Lucent Technologies Inc. System and method for providing multiple language capability in computer-based applications
US6623529B1 (en) * 1998-02-23 2003-09-23 David Lakritz Multilingual electronic document translation, management, and delivery system
US6339755B1 (en) * 1998-12-15 2002-01-15 International Business Machines Corporation Method, system and data structure for splitting language and locale properties in a data processing system
US6018730A (en) 1998-12-22 2000-01-25 Ac Properties B.V. System, method and article of manufacture for a simulation engine with a help website and processing engine
US20020184308A1 (en) * 1999-08-23 2002-12-05 Levy Martin J. Globalization and normalization features for processing business objects
US7110952B2 (en) * 1999-12-07 2006-09-19 Kursh Steven R Computer accounting method using natural language speech recognition
US7249072B1 (en) * 2000-03-17 2007-07-24 Eproperty Tax, Inc. Method and system for managing multi-jurisdictional property tax information
JP2003529845A (en) * 2000-03-31 2003-10-07 アミカイ・インコーポレイテッド Method and apparatus for providing multilingual translation over a network
US7603301B1 (en) 2000-04-26 2009-10-13 Accenture Llp Verification and printing of a tax return in a network-based tax architecture
US7447988B2 (en) 2000-05-10 2008-11-04 Ross Gary E Augmentation system for documentation
US20020064766A1 (en) * 2000-05-19 2002-05-30 Kerri Cozens Method and apparatus for managing enterprise employee training systems
US7225199B1 (en) * 2000-06-26 2007-05-29 Silver Creek Systems, Inc. Normalizing and classifying locale-specific information
US7904595B2 (en) * 2001-01-18 2011-03-08 Sdl International America Incorporated Globalization management system and method therefor
US7487182B2 (en) * 2001-01-23 2009-02-03 Conformia Software, Inc. Systems and methods for managing the development and manufacturing of a drug
US7275070B2 (en) * 2001-01-23 2007-09-25 Conformia Software, Inc. System and method for managing the development and manufacturing of a pharmaceutical drug
US20030050936A1 (en) * 2001-04-13 2003-03-13 Wainwright Rob M. Three-layer architecture for retail and warehouse stock audit system and method
US20030009323A1 (en) * 2001-07-06 2003-01-09 Max Adeli Application platform for developing mono-lingual and multi-lingual systems and generating user presentations
US20030040899A1 (en) * 2001-08-13 2003-02-27 Ogilvie John W.L. Tools and techniques for reader-guided incremental immersion in a foreign language text
JP2003091344A (en) * 2001-09-19 2003-03-28 Sony Corp Information processor, information processing method, recording medium, data structure and program
US20030084401A1 (en) * 2001-10-16 2003-05-01 Abel Todd J. Efficient web page localization
US6918088B2 (en) * 2001-11-05 2005-07-12 Sun Microsystems, Inc. Service portal with application framework for facilitating application and feature development
US7647258B2 (en) * 2002-07-26 2010-01-12 Oracle International Corporation Determining taxes by applying tax rules specified using configurable templates
US7783536B2 (en) * 2002-07-26 2010-08-24 Oracle International Corporation Apparatus and method configurable for local jurisdictions that facilitates determining taxes
US7693760B1 (en) 2002-03-26 2010-04-06 Oracle International Corporation Method and apparatus for providing a tax service that is configurable for local jurisdictions
CA2391733A1 (en) 2002-06-26 2003-12-26 Ibm Canada Limited-Ibm Canada Limitee Framework to access a remote system from an integrated development environment
AU2003262702A1 (en) * 2002-08-23 2004-03-11 Jway Group, Inc. Extensible user interface (xui) framework and development environment
US6993716B2 (en) * 2002-09-20 2006-01-31 International Business Machines Corporation Frame rearrangement to support bidirectional languages in a Web application
US20040085570A1 (en) * 2002-10-31 2004-05-06 Jimmy Sfaelos Visual recognition GUI for localized language selections
US8036960B2 (en) 2003-02-12 2011-10-11 Emars, Inc. System and method for coordinating the collection, analysis and storage of payroll information provided to government agencies by government contractors
US7580960B2 (en) * 2003-02-21 2009-08-25 Motionpoint Corporation Synchronization of web site content between languages
US7257775B1 (en) * 2003-03-31 2007-08-14 Microsoft Corporation Providing user interface elements in an application that change in response to content
US7814470B2 (en) 2003-08-27 2010-10-12 International Business Machines Corporation Multiple service bindings for a real time data integration service
US20050102283A1 (en) 2003-10-15 2005-05-12 Anderson Stephen J. System with an interactive, graphical interface for delivery of planning information and consulting materials, research, and compliance information relating to tax or other forms
US8074184B2 (en) * 2003-11-07 2011-12-06 Mocrosoft Corporation Modifying electronic documents with recognized content or other associated data
US20050177358A1 (en) * 2004-02-10 2005-08-11 Edward Melomed Multilingual database interaction system and method
US20050246215A1 (en) * 2004-03-09 2005-11-03 Rackham Guy J J System and method for alignment of an enterprise to a component business model
US7711571B2 (en) * 2004-03-15 2010-05-04 Nokia Corporation Dynamic context-sensitive translation dictionary for mobile phones
US7636742B1 (en) 2004-04-01 2009-12-22 Intuit Inc. Automated data retrieval
US20060206310A1 (en) * 2004-06-29 2006-09-14 Damaka, Inc. System and method for natural language processing in a peer-to-peer hybrid communications network
US20060080082A1 (en) * 2004-08-23 2006-04-13 Geneva Software Technologies Limited System and method for product migration in multiple languages
JP2008511928A (en) 2004-08-31 2008-04-17 インターナショナル・ビジネス・マシーンズ・コーポレーション Metadata management
US7860763B1 (en) 2004-09-07 2010-12-28 Intuit Inc. Proactive tax preparation
US7711544B2 (en) * 2004-11-09 2010-05-04 Sony Online Entertainment Llc System and method for generating markup language text templates
US20060117304A1 (en) 2004-11-23 2006-06-01 Microsoft Corporation Method and system for localizing a package
US7853494B2 (en) 2005-01-07 2010-12-14 Sureprep, Llc Efficient work flow system and method for preparing tax returns
US8402047B1 (en) 2005-02-25 2013-03-19 Adobe Systems Incorporated Method and apparatus for generating a query to search for matching forms
US20070021982A1 (en) 2005-06-30 2007-01-25 Sun Shelly A Healthcare staffing system
US20070041370A1 (en) * 2005-07-15 2007-02-22 Aaron Cleveland System for Translating Electronic Communications
US8302030B2 (en) * 2005-09-14 2012-10-30 Jumptap, Inc. Management of multiple advertising inventories using a monetization platform
JP4559946B2 (en) * 2005-09-29 2010-10-13 株式会社東芝 Input device, input method, and input program
US8082193B2 (en) 2005-12-09 2011-12-20 Microsoft Corporation Multi-jurisdictional payroll requirements
US7823125B2 (en) * 2006-08-25 2010-10-26 Wipro Limited Electronic enabler and prescriptive modular service oriented architecture
US7792491B2 (en) * 2006-10-18 2010-09-07 Matthew Robert Whitten Wireless printing using a mobile computing device
US7970796B1 (en) 2006-12-01 2011-06-28 Intuit Inc. Method and system for importing data to a repository
US7761484B2 (en) 2007-02-09 2010-07-20 Microsoft Corporation Complete mapping between the XML infoset and dynamic language data expressions
DE102007034232B4 (en) 2007-07-23 2012-03-01 Bruker Daltonik Gmbh Three-dimensional high frequency ion traps high trapping efficiency
US20090094609A1 (en) * 2007-10-09 2009-04-09 Microsoft Corporation Dynamically providing a localized user interface language resource
US8527307B2 (en) 2007-10-24 2013-09-03 International Business Machines Corporation Method, system and program product for distribution of feedback among customers in real-time
US20090138255A1 (en) * 2007-11-26 2009-05-28 First Data Corporation Customer facing device having language translation capabilities
US7930167B2 (en) * 2008-01-31 2011-04-19 Microsoft Corporation Videogame localization using language packs
US8595710B2 (en) * 2008-03-03 2013-11-26 Microsoft Corporation Repositories and related services for managing localization of resources
US8209229B1 (en) 2008-04-16 2012-06-26 Intuit Inc. Method and system for determining the actual cost of a product or service using financial data
US20090327002A1 (en) * 2008-06-30 2009-12-31 International Business Machines Corporation Automated workflow for content localization management
US20100017251A1 (en) * 2008-07-03 2010-01-21 Aspect Software Inc. Method and Apparatus for Describing and Profiling Employee Schedules
US9262409B2 (en) * 2008-08-06 2016-02-16 Abbyy Infopoisk Llc Translation of a selected text fragment of a screen
US20100042518A1 (en) 2008-08-14 2010-02-18 Oracle International Corporation Payroll rules engine for populating payroll costing accounts
US8289134B2 (en) * 2008-08-25 2012-10-16 Robert Bosch Gmbh Security system and method with automatic language selection
US9122669B2 (en) 2008-08-29 2015-09-01 Sap Se Flat schema integrated document oriented templates
ES2336187B2 (en) * 2008-10-07 2010-10-27 Universitat Rovira I Virgili PROCEDURE FOR OBTAINING INFORMATION ASSOCIATED WITH A LOCATION.
US8600731B2 (en) * 2009-02-04 2013-12-03 Microsoft Corporation Universal translator
US8136142B2 (en) * 2009-07-02 2012-03-13 Ericsson Television, Inc. Centralized content management system for managing distribution of packages to video service providers
US8261183B2 (en) * 2009-07-15 2012-09-04 Motorola Mobility Llc Method and apparatus for dynamic management of distributed context
US9277021B2 (en) * 2009-08-21 2016-03-01 Avaya Inc. Sending a user associated telecommunication address
TWI409646B (en) 2009-10-14 2013-09-21 Inst Information Industry Vocabulary translation system, vocabulary translation method and computer readable-writable storage medium of the same
MX2012005503A (en) 2009-11-16 2012-06-14 Basf Se Metal oxide nanocomposites for uv protection.
US20110191246A1 (en) 2010-01-29 2011-08-04 Brandstetter Jeffrey D Systems and Methods Enabling Marketing and Distribution of Media Content by Content Creators and Content Providers
US9405426B2 (en) * 2010-03-01 2016-08-02 Salesforce.Com, Inc. Method and system for providing an adaptive input user interface for data entry applications
US8412510B2 (en) * 2010-04-21 2013-04-02 Fisher-Rosemount Systems, Inc. Methods and apparatus to display localized resources in process control applications
US8706580B2 (en) 2010-04-26 2014-04-22 Hrb Tax Group, Inc. Method, system, and computer program for predicting tax liabilities and benefits
US9465782B2 (en) * 2010-07-13 2016-10-11 Motionpoint Corporation Dynamic language translation of web site content
US8452676B1 (en) 2010-07-27 2013-05-28 Intuit Inc. Method and system for filing a tax form using quick return
US8775156B2 (en) * 2010-08-05 2014-07-08 Google Inc. Translating languages in response to device motion
US9442628B2 (en) 2010-08-20 2016-09-13 Automatic Data Processing, Inc. Payroll data entry and management
US20120278213A1 (en) 2010-09-18 2012-11-01 Oracle International Corporation Deduction Information Repository
US8650476B1 (en) * 2010-12-03 2014-02-11 Amazon Technologies, Inc. Localized feedback for content creation
US9430801B2 (en) 2011-01-25 2016-08-30 Intuit Inc. Methods systems and computer program products for generating financial statement complying with accounting standard
US20120239381A1 (en) 2011-03-17 2012-09-20 Sap Ag Semantic phrase suggestion engine
US20120330716A1 (en) 2011-06-27 2012-12-27 Cadio, Inc. Triggering collection of consumer data from external data sources based on location data
US8447873B1 (en) * 2011-06-29 2013-05-21 Emc Corporation Managing object model communications
US8788259B1 (en) * 2011-06-30 2014-07-22 Google Inc. Rules-based language detection
US9104744B2 (en) * 2011-06-30 2015-08-11 Google Inc. Cluster-based language detection
US20150161114A1 (en) * 2011-06-30 2015-06-11 Google Inc. Rules-based language detection
US8928591B2 (en) * 2011-06-30 2015-01-06 Google Inc. Techniques for providing a user interface having bi-directional writing tools
US9501295B2 (en) * 2011-07-05 2016-11-22 International Business Machines Corporation Method and system for handling locale and language in a cloud management system
MX357416B (en) * 2011-10-28 2018-07-09 Intel Corp Adapting language use in a device.
US8983825B2 (en) * 2011-11-14 2015-03-17 Amadou Sarr Collaborative language translation system
US9002699B2 (en) * 2011-11-14 2015-04-07 Microsoft Technology Licensing, Llc Adaptive input language switching
US9081749B2 (en) * 2011-12-12 2015-07-14 Microsoft Technology Licensing, Llc Automatic language sensitive, event based activity feeds
US9658998B2 (en) * 2012-02-24 2017-05-23 American Express Travel Related Services Company, Inc. Systems and methods for internationalization and localization
US20140006004A1 (en) * 2012-07-02 2014-01-02 Microsoft Corporation Generating localized user interfaces
US9304990B2 (en) * 2012-08-20 2016-04-05 International Business Machines Corporation Translation of text into multiple languages
WO2014074629A1 (en) * 2012-11-06 2014-05-15 Intuit Inc. Stack-based adaptive localization and internationalization of applications

Also Published As

Publication number Publication date
GB201409220D0 (en) 2014-07-09
US10755359B1 (en) 2020-08-25
WO2014074629A1 (en) 2014-05-15
US20140129209A1 (en) 2014-05-08
CA2851585C (en) 2020-09-01
GB2511667A8 (en) 2014-10-08
US9928085B2 (en) 2018-03-27
GB2511667A (en) 2014-09-10

Similar Documents

Publication Publication Date Title
US10755359B1 (en) Stack-based adaptive localization and internationalization of applications
US8862456B2 (en) System and method for automatic language translation for applications
US20100205559A1 (en) Quick-launch desktop application
US20070244691A1 (en) Translation of user interface text strings
US10102354B2 (en) Integrated application feature store
AU2014327147B2 (en) Quick tasks for on-screen keyboards
US20130024802A1 (en) Presetting input mode for input box
US20120324377A1 (en) User interface extensibility for web application development tool
US20150220239A1 (en) Global keyboard shortcuts management for web applications
US20120260228A1 (en) Composite applications using service component architecture model and open virtualization format
US20140297999A1 (en) Computer system and method for controlling acpi information
US10268628B2 (en) Method for extracting BIOS attributes for BIOS management and system therefor
US11747973B2 (en) Rule-based user interface layout rearrangement
US20140047409A1 (en) Enterprise application development tool
KR20160089379A (en) Contextual information lookup and navigation
US9697037B2 (en) Tagging virtual machine instances based on commands
US11269477B2 (en) Context-aware component styling in user interfaces of electronic devices
US7315988B2 (en) System and method for using short captions to map user interfaces
US10452748B2 (en) Deconstructing and rendering of web page into native application experience
KR20080027293A (en) Managing multiple languages in a data language
US20130311915A1 (en) Ui creation support system, ui creation support method, and non-transitory storage medium
JP6805206B2 (en) Search word suggestion device, expression information creation method, and expression information creation program
US9804750B2 (en) Textbox associated with device native features
Miller Cross-platform localization for native mobile apps with Xamarin
Wilson Creating dynamic UIs with android fragments

Legal Events

Date Code Title Description
EEER Examination request

Effective date: 20181003