An example localization plugin for exporting localization tables to CSV (Comma Separated Value) files. More...
Protected Member Functions | |
override void | Export (string localizationTableName, IEnumerable< LocalizationTableRow > rows) |
Exports a localization table to a CSV file prompted from the user. | |
Protected Member Functions inherited from AbstractLocalizationExporter | |
void | Export (string localizationTableName, IEnumerable< LocalizationTableRow > rows) |
Exports a localization table. | |
Properties | |
override string | Description [get] |
Gets the description of the CSV exporter command. | |
override string | Name [get] |
Gets the name of the CSV exporter command. | |
Properties inherited from AbstractLocalizationExporter | |
string | Description [get] |
Gets the description of the plugin command. | |
virtual string | DisplayName [get] |
Gets the display name of the plugin command. | |
string | Name [get] |
Gets the name of the plugin command. | |
KanziStudio | Studio [get] |
Gets the KanziStudio object, which provides the entry point for operating with the Kanzi Studio plugin API. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from AbstractLocalizationExporter | |
static IEnumerable< string > | GetLocales (IEnumerable< LocalizationTableRow > rows) |
Returns the locale strings in the list of localization rows. | |
An example localization plugin for exporting localization tables to CSV (Comma Separated Value) files.
This class implements the abstract class AbstractLocalizationExporter.
|
inlineprotected |
Exports a localization table to a CSV file prompted from the user.
localizationTableName | The name of the localization table being exported. |
rows | A list of localization table rows. |
|
get |
Gets the description of the CSV exporter command.
Plugin command description.
|
get |
Gets the name of the CSV exporter command.
Plugin command name.