An example localization plugin for importing localization tables from CSV (Comma Separated Value) files. More...
Protected Member Functions | |
| override IEnumerable< LocalizationTableRow > | Import (string localizationTableName) |
| Imports a localization table from a CSV file prompted from the user. | |
Protected Member Functions inherited from AbstractLocalizationImporter | |
| IEnumerable< LocalizationTableRow > | Import (string localizationTableName) |
| Imports a localization table. | |
Properties | |
| override string | Description [get] |
| Gets the description of the CSV importer command. | |
| override string | Name [get] |
| Gets the name of the CSV importer command. | |
Properties inherited from AbstractLocalizationImporter | |
| string | Description [get] |
| Gets the description of the plugin command. | |
| virtual string | DisplayName [get] |
| Gets the display name of the plugin command. | |
| bool | InvalidatesUndoHistory [get] |
| Indicates that this command breaks the undo chain. | |
| 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. | |
An example localization plugin for importing localization tables from CSV (Comma Separated Value) files.
This class implements the abstract class AbstractLocalizationImporter.
|
inlineprotected |
Imports a localization table from a CSV file prompted from the user.
| localizationTableName | The name of the localization table where the rows should be imported to. |
| System.IO.InvalidDataException | The selected CSV file is malformed. Make sure there are correct number of columns in each row. |
| System.InvalidOperationException | Resource name cannot be null for a text resource. |
|
get |
Gets the description of the CSV importer command.
Plugin command description.
|
get |
Gets the name of the CSV importer command.
Plugin command name.