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.LocalizationAssembly: 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
Methods
| Name | Description |
---|
| Add_Translation | Add a translation value for a specific language |
| Get_Value | Gets the value for a provided language |
Properties
| Name | Description |
---|
| Count | Return the number of values within this lookup object |
| DefaultValue | Default value used if the requested language is not present |
| Values | Gets the list of translated values with the web language |
See Also