Extracting the strings for localization
To extract the strings for localization
- Close any objects that you want to process in the localization toolkit.
- In Developer Studio, open the localization package definition.
- In the Localize section, click Extract Strings.
- To check the status or modify what is translated, click Translation Status in the Localization Status section.
For more information, see Reviewing-the-translations.
Extracted attachment files and other external files
When you extract items for translation, separate folders are created for:
- Attachment files
- Template files on the AR System Resource Definitions form linked to an application
- External help files
- About box image files
- External report files linked to the Open Window active link actions
The folders are organized in the root l10n folder as follows:
Folders for attachment files—For forms inside an application, the attachment files are saved in a hierarchy of folders. The name for the first folder under l10n contains the application's name. A subfolder under this folder is created for each attachment field and locale. The subfolder names include the form name, the attachment field ID, and the locale.
The path to the attachment fields looks like this:<BMCRemedyDeveloperStudioInstallDir>\workspace\l10n\
<applicationName>\<formName_attFieldID_locale>For example:
<BMCRemedyDeveloperStudioInstallDir>\workspace\l10n\VideoRental\
Inventory_710048911_esAttachment fields for independent forms have folders saved directly in the l10n folder. The naming scheme for the attachment field's folder is the same; it includes the form name, the attachment field ID, and the locale.
Template_Filesfolder—The Template_Files folder contains template files from the Resource Definition form linked to the application. A separate locale folder is created for each application and locale, for example:
<BMCRemedyDeveloperStudioInstallDir>\workspace\l10n\
Template_Files\<applicationName_locale>For example:
<BMCRemedyDeveloperStudioInstallDir>\workspace\l10n\
Template_Files\VideoRental_esHelp_Filesfolder—The Help_Files folder contains the About box image and external help files in the application. A separate folder is created for each locale, for example:
<BMCRemedyDeveloperStudioInstallDir>\workspace\l10n\Help_Files\
<applicationName_locale>If more than one file is linked, only the first file is extracted (or updated) because the catalog form can have only one such entry.
Support_Filesfolder—The Support_Files folder contains the external report files linked to the Open Window active link actions. A separate folder is created for each locale, for example:
<BMCRemedyDeveloperStudioInstallDir>\workspace\l10n\Support_Files\<activeLinkName_fr>\The translation processors cannot distinguish whether the file present is the original or localized version. The processors only verify the presence of the named file and pick it up.