C# Class Abp.Web.Mvc.Localized.TranslationHelper

Afficher le fichier Open project: carldai0106/ABP

Méthodes publiques

Méthode Description
L ( string name ) : string

Gets localized string for given key name and current language.

L ( string name, CultureInfo culture ) : string

Gets localized string for given key name and specified culture information.

Private Methods

Méthode Description
TranslationHelper ( ) : System

Method Details

L() public static méthode

Gets localized string for given key name and current language.
public static L ( string name ) : string
name string Key name
Résultat string

L() public static méthode

Gets localized string for given key name and specified culture information.
public static L ( string name, CultureInfo culture ) : string
name string Key name
culture System.Globalization.CultureInfo culture information
Résultat string