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

Afficher le fichier Open project: WeTeam/WeBlog

Méthodes publiques

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

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

Format() public static méthode

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

Render() public static méthode

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

Render() public static méthode

public static Render ( string key, bool disableWebEditing ) : string
key string
disableWebEditing bool
Résultat string

Text() public static méthode

Renders the specified key as text
public static Text ( string key ) : string
key string The key.
Résultat string