Language_Support_Info Class
Class stores all the common translations used in the web interface
Namespace: SobekCM.Core.ApplicationStateAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[DataContractAttribute]
public class Language_Support_Info |
Remarks
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_French | Add a french translation to the translation dictionary |
| Add_Spanish | Add a spanish translation to the translation dictionary |
| Clear | Clears all the data stored in this object |
| Get_French | Gets the french translation of an english term |
| Get_Spanish | Gets the spanish translation of an english term |
| Get_Translation | Generic method requests translation from the appropriate translation dictionary |
Properties
| Name | Description |
---|
| FrenchTable | Table of translations from english to french |
| SpanishTable | Table of translations from english to spanish |
See Also