Abstract
Software internationalization and localization are important steps in distributing and deploying software to different regions of the world. Internationalization refers to the process of reengineering a system such that it could support various languages and regions without further modification. Localization refers to the process of adapting an internationalized software for a specific language or region. Due to various reasons, many large legacy systems did not consider internationalization and localization at the early stage of development. In this paper, we present our experience on, and propose a process along with tool supports for software internationalization and localization. We reengineer a large legacy commercial financial system called PAM of State Street Corporation, which is written in C/C++, containing 30 different modules, and more than 5 millions of lines of source code. We propose a source code ranker that recovers important source code to be analyzed. Based on this code, we extract general patterns of the source code that need to be reengineered for internationalization. We divide the patterns into 2 categories: convertible patterns and suspicious patterns. To locate the source code that need to be modified, we develop an automated tool I18nLocator, that consumes these patterns and outputs the locations that match the patterns. The source codes matching the convertible patterns are automatically converted, and those matching the suspicious patterns are converted by developers considering the context of the corresponding codes. For localization, we extract hard-coded strings, translate them, and store them into resource data files. Out of the 504 thousands of lines of source code that are modified using our proposed approach, we can automatically modify 79.76% of them, saving much valuable developers' time. The quality of the resultant system is also good. The number of bugs per lines of code modified found during user acceptance test and deployment to the production environment is 0.000218 bugs/LOC.
| Original language | English |
|---|---|
| Title of host publication | Proceedings - 2013 International Conference on Engineering of Complex Computer Systems, ICECCS 2013 |
| Subtitle of host publication | 17–19 July 2013 Singapore, Singapore |
| Editors | Yang Liu , Andrew Martin |
| Place of Publication | Piscataway NJ USA |
| Publisher | IEEE, Institute of Electrical and Electronics Engineers |
| Pages | 222-231 |
| Number of pages | 10 |
| ISBN (Print) | 9780769550077 |
| DOIs | |
| Publication status | Published - 2013 |
| Externally published | Yes |
| Event | IEEE International Conference on Engineering of Complex Computer Systems 2013 - Singapore, Singapore Duration: 17 Jul 2013 → 19 Jul 2013 Conference number: 18th https://ieeexplore.ieee.org/xpl/conhome/6599337/proceeding (Proceedings) |
Conference
| Conference | IEEE International Conference on Engineering of Complex Computer Systems 2013 |
|---|---|
| Abbreviated title | ICECCS 2013 |
| Country/Territory | Singapore |
| City | Singapore |
| Period | 17/07/13 → 19/07/13 |
| Internet address |
Keywords
- Industry Experience
- Reengineering
- Software Internationalization
- Software Localization