<!doctype html> <html> <head> <title>Localization</title> <link rel="stylesheet" href="styles/site.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="styles/icons.css" type="text/css"> <script src="js/jquery.min.js"></script> <script src="tree/collapsibleTreeMenu.js"></script> <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css"> </head> <body class="theme-default aui-theme-default"> <div id="page"> <div id="main" class="aui-page-panel"> <div id="main-header"> <div id="breadcrumb-section"> <ol id="breadcrumbs"> <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> <li> <span><a href="Administering-Rhapsody_133160982.html">Administering Rhapsody</a></span> </li> </ol> </div> <h1 id="title-heading" class="pagetitle"> <span id="title-text">Localization</span> </h1> </div> <div id="content" class="view"> <div id="main-content" class="wiki-content group"> <p>The default locale of Rhapsody is English. To change the locale of Rhapsody (that is, to internationalize the logs and configuration properties within Rhapsody IDE):</p> <ol> <li>Place the locale pack in the<code> $(installDir)/rhapsody/locale/</code>, for example <code>ja.locale.csv</code> for Japanese localization.</li> <li>Update the generated file which contains the missing locale information, for example <code>ja.locale-missing.csv</code>. Refer to <a href="Internationalizing-the-Management-Console_133163668.html">Internationalizing the Management Console</a> for details.</li> <li>Create the file <code>$(installDir)/rhapsody/locale/default</code>. This file contains the name of the new default locale of the system, for example <code>ja</code> for Japanese localization. Refer to <a href="Internationalizing-the-Management-Console_133163668.html">Internationalizing the Management Console</a> for details on the naming conventions for locales.</li> <li><p>Rhapsody automatically picks up the <code>default</code> file in 60 seconds.</p> <div class="confluence-information-macro confluence-information-macro-note"> <span class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> <div class="confluence-information-macro-body"> <p>To revert to the default locale of English, you can either remove the <code>default</code> file and restart your engine or change the name of the default locale in the file to <code>en</code>.</p> </div> </div></li> </ol> <div class="confluence-information-macro confluence-information-macro-information"> <span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span> <div class="confluence-information-macro-body"> <p>When installing Rhapsody, if there are any locale packs or a <code>default</code> file in the same directory as the installation media, they will automatically be copied to the <code>$(installDir)/rhapsody/locale/</code> directory.</p> </div> </div> <div class="confluence-information-macro confluence-information-macro-information"> <span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span> <div class="confluence-information-macro-body"> <p>Refer to <a href="Internationalizing-the-Management-Console_133163668.html">Internationalizing the Management Console</a> for details on how to add an alternative language option to the Management Console.</p> </div> </div> <p> </p> </div> </div> </div> </div> </body> </html>