Using Siebel Tools > Working with Strings and Other Locale-Specific Data > Running the LMU Using the Command-Line Interface >

Exporting Strings to Be Translated


Syntax

/lmu <srclang> <trglang> todo <proj|app> [<file>]

Usage

This command allows you to export all untranslated strings and strings marked with the Redo flag to an LMU file. You can specify whether you want to export for all projects or all applications. The exported LMU file contains the related View Names.

Example

siebdev /u sadmin /p db2 /d server /lmu ENU FRA todo app "C:\Program Files\Siebel\8.0\Tools\objects\results.txt"

This example instructs the LMU to find all untranslated strings and redo strings for all applications and export the results to C:\Program Files\Siebel\8.0\Tools\objects\results.txt. The source language is English-American (ENU), and the target language is French (FRA).

Using Siebel Tools Copyright © 2007, Oracle. All rights reserved.