C# 클래스 Abp.Web.Mvc.Localized.TranslationHelper

파일 보기 프로젝트 열기: carldai0106/ABP

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
TranslationHelper ( ) : System

메소드 상세

L() 공개 정적인 메소드

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

L() 공개 정적인 메소드

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
리턴 string