com.adobe.livecycle.output.client
Class PrintedOutputOptionsSpec

java.lang.Object
  extended by com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
All Implemented Interfaces:
java.io.Serializable

public class PrintedOutputOptionsSpec
extends java.lang.Object
implements java.io.Serializable

Simplifies the creation and data retrieval of a print specification XML file. A print specification contains information that is required by the Output service during each invocation request. By configuring a print specification, you can instruct the Output service to perform tasks such as sending a print stream to a network printer, or to write a print stream to a file, such as a PostScript file. An object of this type is passed to the OutputClient object's generatePrintedDocument method. For information, see the Creating Document Output Streams section in Programming with LiveCycle ES4.

See Also:
generatePrintedOutput(), Serialized Form

Constructor Summary
PrintedOutputOptionsSpec()
          A constructor that that does not set print specification options.
PrintedOutputOptionsSpec(java.lang.String serverPrintSpec, java.lang.String recordName, int recordLevel, int lookAhead, java.util.List rules, java.lang.String XCIURI, int copies, java.lang.String printerURI, java.lang.String fileURI, boolean generateManyFiles, Pagination pagination, Staple staple, java.lang.String pageOffsetX, java.lang.String pageOffsetY, java.lang.String outputBin, OutputJog outputJog, java.lang.String metaDataSpecFile, boolean recordLevelMetaData, java.lang.String recordIdField, java.lang.String lpdURI, java.lang.String printerQueueName, java.lang.String charset, java.lang.String locale)
          A constructor that sets all print specification options.
PrintedOutputOptionsSpec(java.lang.String serverPrintSpec, java.lang.String recordName, int recordLevel, int lookAhead, java.util.List rules, java.lang.String XCIURI, int copies, java.lang.String printerURI, java.lang.String fileURI, boolean generateManyFiles, Pagination pagination, Staple staple, java.lang.String pageOffsetX, java.lang.String pageOffsetY, java.lang.String outputBin, OutputJog outputJog, java.lang.String metaDataSpecFile, boolean recordLevelMetaData, java.lang.String recordIdField, java.lang.String lpdURI, java.lang.String printerQueueName, java.lang.String charset, java.lang.String locale, ResourcesInPDF useResourcesInPDF)
          A constructor that sets all print specification options.
 
Method Summary
 java.lang.String getCharset()
          Gets the character set used to encode the output byte stream.
 int getCopies()
          Returns the number of copies that the Output service prints.
 int getDebug()
          Gets the value of the debug flag.
 java.lang.String getFileURI()
          Returns a file URI value that the Output service uses to write the output stream to a file.
 java.lang.Boolean getLazyLoading()
          Decides whether Lazy Loading is set.
 java.lang.String getLocale()
          Gets a locale value.
 int getLookAhead()
          Returns the lookahead bytes used for the search rules.
 java.lang.String getLpdURI()
          Returns the specified Line Printer Daemon (LPD) URI when the network has a LP daemon running.
 java.lang.String getMetaDataSpecFile()
          Returns the metaDataSpecFile value.
 java.lang.String getOutputBin()
          Gets the outputBin XCI value.
 OutputJog getOutputJog()
          Gets the Jog XCI value.
 java.lang.String getPageOffsetX()
          Gets the pageOffsetX XCI value.
 java.lang.String getPageOffsetY()
          Gets the pageOffsetY XCI value.
 Pagination getPagination()
          Returns the pagination XCI value.
 java.lang.String getPrinterQueueName()
          Returns the name of the printer queue that is used with the Line Printer Daemon (LPD) URI.
 java.lang.String getPrinterURI()
          Returns the destination for the print output.
 java.lang.String getRecordIdField()
          Returns the identifier value for the batch record by using the Xpath value that is located in the input XML data.
 int getRecordLevel()
          Returns the element level (located within the input data file) that contains data records where the root is level 1.
 java.lang.String getRecordName()
          Returns the element name (located within the input data file) that identifies the beginning of a batch of records.
 java.util.List getRules()
          Returns a list of search rules that scan the input data file for a pattern and associates the data with a specific form design.
 java.lang.String getServerPrintSpec()
          Returns the print specification name.
 Staple getStaple()
          Returns the staple XCI value.
 ResourcesInPDF getUseResourcesInPDF()
          This is used for determining the types of resources which need to be retrieved from the pdf form for re-rendering
 java.lang.String getXCIURI()
          Returns the XCI file to use when generating a document output stream.
 boolean isGenerateManyFiles()
          Returns whether the Output service creates a single or multiple output streams.
 boolean isRecordLevelMetaData()
          Returns true if the recordLevelMetaData value is set.
 boolean isRetainPDFFormState()
          This returns the value which specifies whether the form state is retained or not during the operation.
 void setCharset(java.lang.String charset)
          Sets the character set used to encode the output byte stream.
 void setCopies(int copies)
          Sets the number of copies to print.
 void setDebug(int debugval)
          Sets the value of the debug flag.
 void setFileURI(java.lang.String fileURI)
          Sets a file URI value that the Output service uses to write the output stream to a file.
 void setGenerateManyFiles(boolean generateManyFiles)
          Specifies whether the Output service creates a single or multiple output streams.
 void setLazyLoading(java.lang.Boolean lazyLoading)
          Sets the Lazy Loading parameter
 void setLocale(java.lang.String locale)
          Sets the locale value.
 void setLookAhead(int lookAhead)
          Sets the lookahead bytes used for the search rules.
 void setLpdURI(java.lang.String lpdURI)
          Sets the specified Line Printer Daemon (LPD) URI when the network has a LP daemon running.
 void setMetaDataSpecFile(java.lang.String metaDataSpecFile)
          Sets the metaDataSpecFile value.
 void setOutputBin(java.lang.String outputBin)
          Sets the outputBin XCI value that is used to enable the print driver to select the appropriate output bin.
 void setOutputJog(OutputJog outputJog)
          Sets the Jog XCI value that is used to set what output pages are physically shifted in the output tray.
 void setPageOffsetX(java.lang.String pageOffsetX)
          Sets the pageOffsetX XCI value.
 void setPageOffsetY(java.lang.String pageOffsetY)
          Sets the pageOffsetY XCI value.
 void setPagination(Pagination pagination)
          Sets the pagination XCI value.
 void setPrinterQueueName(java.lang.String printerQueueName)
          Sets the name of the printer queue that is used with the Line Printer Daemon (LPD) URI.
 void setPrinterURI(java.lang.String printerURI)
          Sets the destination for the print output.
 void setRecordIdField(java.lang.String recordIdField)
          Sets the identifier value for the batch record.
 void setRecordLevel(int recordLevel)
          Sets the element level (located within the input data file) that contains data records where the root is level 1.
 void setRecordLevelMetaData(boolean recordLevelMetaData)
          Sets the recordLevelMetaData value.
 void setRecordName(java.lang.String recordName)
          Sets the element name (located within the input data file) that identifies the beginning of a record.
 void setRetainPDFFormState(boolean retainPDFFormState)
          This sets the value which specifies whether the form state is retained or not during the operation.
 void setRules(java.util.List rules)
          Sets a list of search rules that scan the input data file for a pattern and associates the data with a specific form design.
 void setServerPrintSpec(java.lang.String serverPrintSpec)
          Sets the print specification name.
 void setStaple(Staple staple)
          Sets the staple XCI value that is set when a stapler is used.
 void setUseResourcesInPDF(ResourcesInPDF useResourcesInPDF)
          This is used for setting the types of resources which need to be retrieved from the pdf form for re-rendering
 void setXCIURI(java.lang.String XCIURI)
          Sets the XCI file to use when generating a document output stream.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintedOutputOptionsSpec

public PrintedOutputOptionsSpec()
A constructor that that does not set print specification options.


PrintedOutputOptionsSpec

public PrintedOutputOptionsSpec(java.lang.String serverPrintSpec,
                                java.lang.String recordName,
                                int recordLevel,
                                int lookAhead,
                                java.util.List rules,
                                java.lang.String XCIURI,
                                int copies,
                                java.lang.String printerURI,
                                java.lang.String fileURI,
                                boolean generateManyFiles,
                                Pagination pagination,
                                Staple staple,
                                java.lang.String pageOffsetX,
                                java.lang.String pageOffsetY,
                                java.lang.String outputBin,
                                OutputJog outputJog,
                                java.lang.String metaDataSpecFile,
                                boolean recordLevelMetaData,
                                java.lang.String recordIdField,
                                java.lang.String lpdURI,
                                java.lang.String printerQueueName,
                                java.lang.String charset,
                                java.lang.String locale,
                                ResourcesInPDF useResourcesInPDF)
A constructor that sets all print specification options.


PrintedOutputOptionsSpec

public PrintedOutputOptionsSpec(java.lang.String serverPrintSpec,
                                java.lang.String recordName,
                                int recordLevel,
                                int lookAhead,
                                java.util.List rules,
                                java.lang.String XCIURI,
                                int copies,
                                java.lang.String printerURI,
                                java.lang.String fileURI,
                                boolean generateManyFiles,
                                Pagination pagination,
                                Staple staple,
                                java.lang.String pageOffsetX,
                                java.lang.String pageOffsetY,
                                java.lang.String outputBin,
                                OutputJog outputJog,
                                java.lang.String metaDataSpecFile,
                                boolean recordLevelMetaData,
                                java.lang.String recordIdField,
                                java.lang.String lpdURI,
                                java.lang.String printerQueueName,
                                java.lang.String charset,
                                java.lang.String locale)
A constructor that sets all print specification options.

Method Detail

isRetainPDFFormState

public boolean isRetainPDFFormState()
This returns the value which specifies whether the form state is retained or not during the operation. This option is applicable only for XFA PDF Forms when no input data is sent.

Returns:
A boolean value

setRetainPDFFormState

public void setRetainPDFFormState(boolean retainPDFFormState)
This sets the value which specifies whether the form state is retained or not during the operation. This option is applicable only for XFA PDF Forms when no input data is sent.

Parameters:
supportFormState -

getUseResourcesInPDF

public ResourcesInPDF getUseResourcesInPDF()
This is used for determining the types of resources which need to be retrieved from the pdf form for re-rendering

Returns:
EmbeddedPDFResources

setUseResourcesInPDF

public void setUseResourcesInPDF(ResourcesInPDF useResourcesInPDF)
This is used for setting the types of resources which need to be retrieved from the pdf form for re-rendering


getCopies

public int getCopies()
Returns the number of copies that the Output service prints.

Returns:
An integer value that represents the number of copies.

setCopies

public void setCopies(int copies)
Sets the number of copies to print. The default value is 1.

To see this method used in a code example, see the Sending a print stream to a network printer using the Java API quick start in Programming with LiveCycle ES4.

Parameters:
copies - The number of copies to print.

getPrinterURI

public java.lang.String getPrinterURI()
Returns the destination for the print output. You can assign the name of a network printer resulting in the Output service sending the print stream to a printer. For example, \\PrintServer\Print1.

Returns:
A string value that specifies a destination for the print output.

setPrinterURI

public void setPrinterURI(java.lang.String printerURI)
Sets the destination for the print output. You can assign the name of a network printer resulting in the Output service sending the print stream to a printer. For example, \\PrintServer\Print1.

Parameters:
printerURI - A string value that specifies a destination for the print output.

getFileURI

public java.lang.String getFileURI()
Returns a file URI value that the Output service uses to write the output stream to a file. For example, c:/save/output.pcl.

Returns:
A string value that represents the file URI location.

setFileURI

public void setFileURI(java.lang.String fileURI)
Sets a file URI value that the Output service uses to write the output stream to a file. For example, assume that you pass the following value to this method c:/save/output.pcl. In this situation, the Output service writes the output stream to a file named output.pcl that is located in c:/save.

To see this method used in a code example, see the Printing to a file using the Java API quick start in Programming with LiveCycle ES4.

Parameters:
fileURI - A string value that represents the file URI location.

isGenerateManyFiles

public boolean isGenerateManyFiles()
Returns whether the Output service creates a single or multiple output streams.

Returns:
A boolean value that specifies whether the Output service creates a single output stream or multiple output streams.

setGenerateManyFiles

public void setGenerateManyFiles(boolean generateManyFiles)
Specifies whether the Output service creates a single or multiple output streams. To see this method used in a code example, see the Creating multiple PDF files using the Java API quick start in Programming with LiveCycle ES4.

Parameters:
generateManyFiles - A boolean value that specifies whether the Output service creates a single output stream or multiple output streams.

getServerPrintSpec

public java.lang.String getServerPrintSpec()
Returns the print specification name. A print specification contains information that is required by the Output service during each invocation request. By configuring a print specification, you can instruct the Output service to send an output stream to a network printer, an email recipient as a file attachment, or to write the output stream to a file, such as a PostScript file.

Returns:
A string value that represents the print specification name.

setServerPrintSpec

public void setServerPrintSpec(java.lang.String serverPrintSpec)
Sets the print specification name. A print specification contains information that is required by the Output service during each invocation request. By configuring a print specification, you can instruct the Output service to send an output stream to a network printer, an email recipient as a file attachment, or to write the output stream to a file, such as a PostScript file.

Parameters:
serverPrintSpec - A string value that represents the print specification name.

getRecordName

public java.lang.String getRecordName()
Returns the element name (located within the input data file) that identifies the beginning of a batch of records. This value cannot be used with the recordLevel value. Returns A string value that represents the element name that identifies the beginning of a batch of records.


setRecordName

public void setRecordName(java.lang.String recordName)
Sets the element name (located within the input data file) that identifies the beginning of a record. By setting this value, you are specifying that the input data contains record batches. This value cannot be used with the recordLevel value.

To see this method used in a code example, see the Creating multiple PDF files using the Java API quick start in Programming with LiveCycle ES4.

Parameters:
recordName - A string value that represents the element name that identifies the beginning of a batch of records.

getRecordLevel

public int getRecordLevel()
Returns the element level (located within the input data file) that contains data records where the root is level 1. This value cannot be used with the recordName value. Returns The batch record level.


setRecordLevel

public void setRecordLevel(int recordLevel)
Sets the element level (located within the input data file) that contains data records where the root is level 1. This value cannot be used with the recordName value.

Parameters:
recordLevel - The batch record level.

getXCIURI

public java.lang.String getXCIURI()
Returns the XCI file to use when generating a document output stream.

Returns:
A string value that specifies the path of XCI file to use.

setXCIURI

public void setXCIURI(java.lang.String XCIURI)
Sets the XCI file to use when generating a document output stream. An XCI file is a configuration file that the Output service uses. By default, the Output service uses a XCI file named pa.xci.

Parameters:
XCIURI - A string value that specifies the XCI file to use.

getPagination

public Pagination getPagination()
Returns the pagination XCI value.

Returns:
A Pagination enumeration value that represents the pagination XCI value.

setPagination

public void setPagination(Pagination pagination)
Sets the pagination XCI value.

Parameters:
pagination - A Pagination enumeration value that represents the pagination XCI value.

getStaple

public Staple getStaple()
Returns the staple XCI value. This XCI option is set when a stapler is used. This option can be specified in the configuration model by the staple element and is only used for PS and PCL printers.

Returns:
A staple enumeration value that represents the XCI value.

setStaple

public void setStaple(Staple staple)
Sets the staple XCI value that is set when a stapler is used. This option can be specified in the configuration model by the staple element and is only used for PS and PCL printers.

Parameters:
staple - A staple enumeration value that represents the XCI value.

getOutputJog

public OutputJog getOutputJog()
Gets the Jog XCI value. This XCI option is set when output pages should be jogged (physically shifted in the output tray). This option is for PS and PCL printers only.

Returns:
A Jog enumeration value that represents the Jog XCI value.

setOutputJog

public void setOutputJog(OutputJog outputJog)
Sets the Jog XCI value that is used to set what output pages are physically shifted in the output tray. This option is for PS and PCL printers only.

Parameters:
outputJog - A Jog enumeration value that represents the Jog XCI value.

getOutputBin

public java.lang.String getOutputBin()
Gets the outputBin XCI value. This value is used to enable the print driver to select the appropriate output bin.

Returns:
An outputBin enumeration value that represents the outputBin XCI value.

setOutputBin

public void setOutputBin(java.lang.String outputBin)
Sets the outputBin XCI value that is used to enable the print driver to select the appropriate output bin.

Parameters:
outputBin - An outputBin enumeration value that represents the outputBin XCI value.

getPageOffsetX

public java.lang.String getPageOffsetX()
Gets the pageOffsetX XCI value. This value is set when you want to print the job on pre-printed paper and you want to change the origin (for example, the default page offsets for that particular job). This value overrides the page offsets defined in the XDC file which represents non-printable area for any PCL device. This option is for PCL devices only.

Returns:
A pageOffsetX enumeration value that represents the pageOffsetX XCI value.

setPageOffsetX

public void setPageOffsetX(java.lang.String pageOffsetX)
Sets the pageOffsetX XCI value. This value is set when you want to print the job on pre-printed paper and you want to change the origin (for example, the default page offsets for that particular job). This value overrides the page offsets defined in the XDC file which represents non-printable area for any PCL device. This option is for PCL devices only.

Parameters:
pageOffsetX - A pageOffsetX enumeration value that represents the pageOffsetX XCI value.

getPageOffsetY

public java.lang.String getPageOffsetY()
Gets the pageOffsetY XCI value. This value is set when you want to print the job on pre-printed paper and you want to change the origin (for example, the default page offsets for that particular job). This value overrides the page offsets defined in the XDC file which represents non-printable area for any PCL device. This option is for PCL devices only.

Returns:
A pageOffsetY enumeration value that represents the pageOffsetY XCI value.

setPageOffsetY

public void setPageOffsetY(java.lang.String pageOffsetY)
Sets the pageOffsetY XCI value. This value is set when you want to print the job on pre-printed paper and you want to change the origin (for example, the default page offsets for that particular job). This value overrides the page offsets defined in the XDC file which represents non-printable area for any PCL device. This option is for PCL devices only.

Parameters:
pageOffsetY - A pageOffsetY enumeration value that represents the pageOffsetY XCI value.

getLookAhead

public int getLookAhead()
Returns the lookahead bytes used for the search rules. The lookahead value is an integer indicating the number of bytes to use from the beginning of the input data file to scan for the pattern strings.

Returns:
The number of bytes to use from the beginning of the input data file to scan for the pattern strings.

setLookAhead

public void setLookAhead(int lookAhead)
Sets the lookahead bytes used for the search rules. The lookahead value is an integer indicating the number of bytes to use from the beginning of the input data file to scan for the pattern strings. The default value is 500.

To see this method used in a code example, see the Creating search rules using the Java API quick start in Programming with LiveCycle ES4.

Parameters:
lookAhead - The number of bytes to use from the beginning of the input data file to scan for the pattern strings.

getRules

public java.util.List getRules()
Returns a list of search rules that scan the input data file for a pattern and associates the data with a specific form design.

Returns:
A list of search rules.

setRules

public void setRules(java.util.List rules)
Sets a list of search rules that scan the input data file for a pattern and associates the data with a specific form design.

To see this method used in a code example, see the Creating search rules using the Java API quick start in Programming with LiveCycle ES4.

Parameters:
rules - A list of search rules.

getMetaDataSpecFile

public java.lang.String getMetaDataSpecFile()
Returns the metaDataSpecFile value. This value is used to generate metadata.

Returns:
A string value that represents the metaDataSpecFile value.

setMetaDataSpecFile

public void setMetaDataSpecFile(java.lang.String metaDataSpecFile)
Sets the metaDataSpecFile value. This value is used to generate metadata.

Parameters:
metaDataSpecFile - A string value that represents the metaDataSpecFile value.

isRecordLevelMetaData

public boolean isRecordLevelMetaData()
Returns true if the recordLevelMetaData value is set.

Returns:
A Boolean value that specifies whether the recordLevelMetaData value is set.

setRecordLevelMetaData

public void setRecordLevelMetaData(boolean recordLevelMetaData)
Sets the recordLevelMetaData value. This value is used to generate metadata.

Parameters:
recordLevelMetaData - A Boolean value that specifies whether the recordLevelMetaData value is set.

getRecordIdField

public java.lang.String getRecordIdField()
Returns the identifier value for the batch record by using the Xpath value that is located in the input XML data.

Returns:
A string value that represents the identifier value for the batch record.

setRecordIdField

public void setRecordIdField(java.lang.String recordIdField)
Sets the identifier value for the batch record.

Parameters:
recordIdField - A string value that represents the identifier value for the batch record.

getLpdURI

public java.lang.String getLpdURI()
Returns the specified Line Printer Daemon (LPD) URI when the network has a LP daemon running.

Returns:
A string value that represents the LPD URI.
See Also:
lPRPrint

setLpdURI

public void setLpdURI(java.lang.String lpdURI)
Sets the specified Line Printer Daemon (LPD) URI when the network has a LP daemon running.

Parameters:
lpdURI - A string value that represents the LPD URI.
See Also:
lPRPrint

getPrinterQueueName

public java.lang.String getPrinterQueueName()
Returns the name of the printer queue that is used with the Line Printer Daemon (LPD) URI.

Returns:
A string value that represents the name of the printer queue.
See Also:
lPRPrint

setPrinterQueueName

public void setPrinterQueueName(java.lang.String printerQueueName)
Sets the name of the printer queue that is used with the Line Printer Daemon (LPD) URI.

Parameters:
printerQueueName - A string value that represents the name of the printer queue.
See Also:
lPRPrint

getCharset

public java.lang.String getCharset()
Gets the character set used to encode the output byte stream.

Returns:
The character set used to encode the output byte stream.
See Also:
setCharset()

setCharset

public void setCharset(java.lang.String charset)
Sets the character set used to encode the output byte stream.

Parameters:
charset - The character set used to encode the output byte stream.

getDebug

public int getDebug()
Gets the value of the debug flag. Valid values are: 0 (off), 1 (perf), 2(debug).

Returns:
The debug information detail level.
See Also:
setDebug()

setDebug

public void setDebug(int debugval)
Sets the value of the debug flag. Valid values are: 0 (off), 1 (perf), 2(debug).

Parameters:
debugval - The debug information detail level.

setLazyLoading

public void setLazyLoading(java.lang.Boolean lazyLoading)
Sets the Lazy Loading parameter

Parameters:
lazyloading - true if the lazy loading is set, false otherwise.

getLazyLoading

public java.lang.Boolean getLazyLoading()
Decides whether Lazy Loading is set.

Returns:
A boolean that specified whether lazy loading is set or not.

getLocale

public java.lang.String getLocale()
Gets a locale value.

Returns:
A string value that represents the locale value.
See Also:
setLocale()

setLocale

public void setLocale(java.lang.String locale)
Sets the locale value.

Parameters:
locale - The locale value to set. The following table lists valid values:
zh_CNChinese, Simplified (P.R.C.)
zh_TWChinese, Traditional (Taiwan
zh_HKChinese, Traditional with HKSCS-2001 Extensions (Hong Kong)
hr_HRCroatian (Republic of Croatia)
cs_CZCzech (Czech Republic)
da_DKDanish (Denmark)
nl_BEDutch (Belgium)
nl_NLDutch (Netherlands)
en_AUEnglish (Australia)
en_CAEnglish (Canada)
en_INEnglish (India)
en_IEEnglish (Ireland)
en_NZEnglish (New Zealand)
en_ZAEnglish (South Africa)
en_GBEnglish (United Kingdom)
en_ENEnglish (United Kingdom, Euro Currency)
en_USEnglish (United States)
fi_FIFinnish (Finland)
fr_BEFrench (Belgium)
fr_CAFrench (Canada)
fr_FRFrench (France)
fr_LUFrench (Luxembourg)
fr_CHFrench (Switzerland)
de_ATGerman (Austria)
de_DEGerman (Germany)
de_LUGerman (Luxembourg)
de_CHGerman (Switzerland)
el_GRGreek (Greece)
hu_HUHungarian (Hungary)
it_ITItalian (Italy)
it_CHItalian (Switzerland)
ja_JPJapanese (Japan)
ko_KRKorean (Korea)
no_NONorwegian (Norway)
no_NO_NYNorwegian (Norway, Nynorsk)
pl_PLPolish (Poland)
pt_BRPortuguese (Brazil)
pt_PTPortuguese (Portugal)
ro_RORomanian (Romania)
sh_BASerbo-Croatian (Bosnia and Herzegovina)
sh_HRSerbo-Croatian (Croatia)
sh_CSSerbo-Croatian (Republic of Serbia and Montenegro)
sk_SKSlovak (Slovak Republic)
es_ARSpanish (Argentina)
da_DKSpanish (Bolivia)
es_CLSpanish (Chile)
es_COSpanish (Costa Rica)
es_DOSpanish (Dominican Republic)
es_ECSpanish (Ecuador)
es_SVSpanish (El Salvador)
es_GTSpanish (Guatemala)
es_HNSpanish (Honduras)
es_MXSpanish (Mexico)
es_NISpanish (Nicaragua)
es_PASpanish (Panama)
es_PYSpanish (Paraguay)
es_PESpanish (Peru)
es_PRSpanish (Puerto Rico)
es_ESSpanish (Spain)
es_UYSpanish (Uruguay
es_VESpanish (Venezuela)
sv_SESwedish (Sweden)
tr_TRTurkish (Turkey)


[an error occurred while processing this directive] [an error occurred while processing this directive]