C# Class SobekCM.Core.Configuration.Localization.Web_Language_Translation_Lookup

Mostrar archivo Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Property Type Description

Public Methods

Method Description
Add_Translation ( Web_Language_Enum Language, string Value ) : void

Add a translation value for a specific language

Get_Value ( Web_Language_Enum Language ) : string

Gets the value for a provided language

Web_Language_Translation_Lookup ( ) : System

Create a new instance of the Web_Language_Translation_Lookup class

Method Details

Add_Translation() public method

Add a translation value for a specific language
public Add_Translation ( Web_Language_Enum Language, string Value ) : void
Language Web_Language_Enum Language for the provided value
Value string String value for provided language
return void

Get_Value() public method

Gets the value for a provided language
public Get_Value ( Web_Language_Enum Language ) : string
Language Web_Language_Enum Language to attempt to find in this translation lookup object
return string

Web_Language_Translation_Lookup() public method

Create a new instance of the Web_Language_Translation_Lookup class
public Web_Language_Translation_Lookup ( ) : System
return System