Take a survey

DDX Reference > DDX Language Elements > TargetLocale

TargetLocale
The TargetLocale indicates the locale ID to apply to strings for the following purposes:
Sorting a list of PDF source names specified by the PDF source element
Sorting names specified by Schema for a PDF package when exporting package files or assembling package files into a single PDF file.
Converting strings to a dateTime value when working with Footer elements
The locale is an ID consisting of optional language, script, country, and variant fields in that order, separated by underscores, followed by an optional keyword list. The script, if present, is four characters long: this distinguishes it from a country code, which is two characters long. Other fields are distinguished by position as indicated by the underscores. The start of the keyword list is indicated by '@', and consists of one or more keyword/value pairs separated by commas.
TargetLocale may be specified globally as well as locally. Therefore, TargetLocale may be specified as a child of the DDX root element, and the locale ID will apply to its parent element and will inherit elements that may also contain TargetLocale elements. The most local TargetLocale specification is the one used at any point in the DDX document.
There is a legacy case of a locale specified as an attribute of another element. The PDF source element includes the attribute "sortLocale" used for sorting a list of input names (via the "sourceMatch" attribute). If not specified, "sortLocale" can inherit from a more global specification of TargetLocale. A TargetLocale contained within a PDF source element is considered more local than its "sortLocale" attribute.
If no locale is specified, the default locale ID is "en_US".
<TargetLocale locale=""/>
Can be contained in DDX, PDF result, PDF source, PDFGroup, TableOfContentsEntryPattern, TableOfContents, TableOfContentsPagePattern, BlankPage, Bookmarks result, Bookmarks filter, Comments result, Comments filter, Links result, Links filter, Package, PackageFiles, StyleProfile, StyledText, p, span, i, b, sub, sup, Header, Footer, Watermark, and Background.
Category
Document properties
Attributes
 

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/ddxRefMain.163.119.html