
| Alias: | EXPORT LOC_PROPERTIES |
/* Export the localizable properties of the current */
/* information map to an external file */
export localizable_properties file ="c:\test";
/* Export the localizable properties of two information maps */
/* (Flights and Passengers) in the /Shared Data/Travel folder. */
export localizable_properties
file="c:\myProp"
infomaps ="/Shared Data/Travel"("Flights" "Passengers");