cbecbdc1 eefc ddf7 8729 25dd9d34d0d9 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets preferred output culture.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public KnownCulture Locale { get; set; }VB
Public Property Locale As KnownCulture
Get
SetType: KnownCulture
One of the KnownCulture values. The default is Current.
ITEE Object Element Usage
<Currency Locale="string" ...>
...
</Currency>Compatibility table with native writers.
| Comma-Separated Values CsvWriter |
Tab-Separated Values TsvWriter |
SQL Script SqlScriptWriter |
XML Spreadsheet 2003 Spreadsheet2003TabularWriter |
|---|---|---|---|
| X | X | X | X |
X value indicates that the writer supports this element.
In the following example shows how create a new style.
XML
<Style Name="AccountValue">
<Content Color="Blue">
<Currency Decimals="1" Locale="mk">
<Negative Color="Red" Sign="Parenthesis">
</Currency>
</Content>
<Font Size="8" Color="White"/>
</Style>