C# Class Sitecore.Modules.WeBlog.Globalization.Translator

Datei anzeigen Open project: WeTeam/WeBlog

Public Methods

Method Description
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

Method Details

Format() public static method

Renders the specified key as a formatted string
public static Format ( string key ) : string
key string The key.
return string

Format() public static method

Renders the specified key as a formatted string
public static Format ( string key, object arg0 ) : string
key string The key.
arg0 object The arg0.
return string

Render() public static method

Renders the specified key with a fieldrenderer.
public static Render ( string key ) : string
key string The key.
return string

Render() public static method

public static Render ( string key, bool disableWebEditing ) : string
key string
disableWebEditing bool
return string

Text() public static method

Renders the specified key as text
public static Text ( string key ) : string
key string The key.
return string