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

Show file Open project: carldai0106/ABP

Public Methods

Method 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

Method Description
TranslationHelper ( ) : System

Method Details

L() public static method

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

L() public static method

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
return string