C# Класс Sitecore.Modules.WeBlog.Globalization.Translator

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

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

Метод Описание
Format ( string key ) : string

Renders the specified key as a formatted string

Format ( string key, object arg0 ) : string

Renders the specified key as a formatted string

Render ( string key ) : string

Renders the specified key with a fieldrenderer.

Render ( string key, bool disableWebEditing ) : string
Text ( string key ) : string

Renders the specified key as text

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

Format() публичный статический Метод

Renders the specified key as a formatted string
public static Format ( string key ) : string
key string The key.
Результат string

Format() публичный статический Метод

Renders the specified key as a formatted string
public static Format ( string key, object arg0 ) : string
key string The key.
arg0 object The arg0.
Результат string

Render() публичный статический Метод

Renders the specified key with a fieldrenderer.
public static Render ( string key ) : string
key string The key.
Результат string

Render() публичный статический Метод

public static Render ( string key, bool disableWebEditing ) : string
key string
disableWebEditing bool
Результат string

Text() публичный статический Метод

Renders the specified key as text
public static Text ( string key ) : string
key string The key.
Результат string