mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> ApplicationState >> Language_Support_Info

Language_Support_Info Class



Class stores all the common translations used in the web interface


Namespace: SobekCM.Core.ApplicationState
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[DataContractAttribute]
public class Language_Support_Info

Remarks

This is being deprecated

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.ApplicationState..::..Language_Support_Info

Constructors

  NameDescription
Public methodLanguage_Support_Info
Constructor for a new instance of the Language_Support_Info class

Methods

  NameDescription
Public methodAdd_French
Add a french translation to the translation dictionary
Public methodAdd_Spanish
Add a spanish translation to the translation dictionary
Public methodClear
Clears all the data stored in this object
Public methodGet_French
Gets the french translation of an english term
Public methodGet_Spanish
Gets the spanish translation of an english term
Public methodGet_Translation
Generic method requests translation from the appropriate translation dictionary

Properties

  NameDescription
Public propertyFrenchTable
Table of translations from english to french
Public propertySpanishTable
Table of translations from english to spanish

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )