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

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Get_Value() public méthode

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
Résultat string

Web_Language_Translation_Lookup() public méthode

Create a new instance of the Web_Language_Translation_Lookup class
public Web_Language_Translation_Lookup ( ) : System
Résultat System