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 >> Configuration >> Localization >> Web_Language_Translation_Lookup

Web_Language_Translation_Lookup Class



Class encapsulates a simple dictionary with a default value for classes that contain a simple language lookup ( i.e., what is the query related to this object in XX language? )


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

Syntax

C#
[SerializableAttribute]
[ProtoContractAttribute]
[DataContractAttribute]
public class Web_Language_Translation_Lookup

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Configuration.Localization..::..Web_Language_Translation_Lookup

Constructors

  NameDescription
Public methodWeb_Language_Translation_Lookup
Create a new instance of the Web_Language_Translation_Lookup class

Methods

  NameDescription
Public methodAdd_Translation
Add a translation value for a specific language
Public methodGet_Value
Gets the value for a provided language

Properties

  NameDescription
Public propertyCount
Return the number of values within this lookup object
Public propertyDefaultValue
Default value used if the requested language is not present
Public propertyValues
Gets the list of translated values with the web language

See Also



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