PassDataDictionary
Name: Pass Data Dictionary
Type: Ancillary
Modules: Faring, EZ-Wallet
Description: Stores the translations of language-dependent names (for example, period passes).
| Field | Documentation |
|---|---|
| LanguageId | Numeric identifier of the language (from the ActiveLanguages table). |
| TableName | Table where field to be translated is stored in the database. |
| FieldName | Column in table (defined by TableName). If NULL, the translation of StringValue is a global transaltion. |
| StringValue | Native language string to be translated. |
| Translation | Translated string. |