C# Класс SobekCM.Core.Configuration.Localization.Web_Language_Translation_Lookup

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Add_Translation() публичный Метод

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
Результат void

Get_Value() публичный Метод

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
Результат string

Web_Language_Translation_Lookup() публичный Метод

Create a new instance of the Web_Language_Translation_Lookup class
public Web_Language_Translation_Lookup ( ) : System
Результат System