C# 클래스 GettextMvcLib.HttpContextHelper.S

These methods retrieve the gettext context from the current HttpContext's items.
파일 보기 프로젝트 열기: while-true/gettext

공개 메소드들

메소드 설명
PGettext ( string msgctxt, string msgid ) : GettextTranslatedString
PNGettext ( string msgctxt, string msgid, string msgidPlural, long n ) : GettextTranslatedString
_ ( string msgid ) : GettextTranslatedString
_ ( string msgid, string msgidPlural, long n ) : GettextTranslatedString

메소드 상세

PGettext() 공개 정적인 메소드

public static PGettext ( string msgctxt, string msgid ) : GettextTranslatedString
msgctxt string
msgid string
리턴 GettextLib.GettextTranslatedString

PNGettext() 공개 정적인 메소드

public static PNGettext ( string msgctxt, string msgid, string msgidPlural, long n ) : GettextTranslatedString
msgctxt string
msgid string
msgidPlural string
n long
리턴 GettextLib.GettextTranslatedString

_() 공개 정적인 메소드

public static _ ( string msgid ) : GettextTranslatedString
msgid string
리턴 GettextLib.GettextTranslatedString

_() 공개 정적인 메소드

public static _ ( string msgid, string msgidPlural, long n ) : GettextTranslatedString
msgid string
msgidPlural string
n long
리턴 GettextLib.GettextTranslatedString