C# Class GettextMvcLib.MvcHtmlHelper.GettextExtensions

These methods get the gettext context from the helper's ViewData.
Show file Open project: while-true/gettext

Public Methods

Method Description
PGettext ( this helper, string msgctxt, string msgid ) : GettextMvcTranslatedString
PNGettext ( this helper, string msgctxt, string msgid, string msgidPlural, int n ) : GettextMvcTranslatedString
_ ( this helper, string msgid ) : GettextMvcTranslatedString
_ ( this helper, string msgid, string msgidPlural, int n ) : GettextMvcTranslatedString

Private Methods

Method Description
GetContext ( HtmlHelper helper ) : GettextTranslationContext

Method Details

PGettext() public static method

public static PGettext ( this helper, string msgctxt, string msgid ) : GettextMvcTranslatedString
helper this
msgctxt string
msgid string
return GettextMvcTranslatedString

PNGettext() public static method

public static PNGettext ( this helper, string msgctxt, string msgid, string msgidPlural, int n ) : GettextMvcTranslatedString
helper this
msgctxt string
msgid string
msgidPlural string
n int
return GettextMvcTranslatedString

_() public static method

public static _ ( this helper, string msgid ) : GettextMvcTranslatedString
helper this
msgid string
return GettextMvcTranslatedString

_() public static method

public static _ ( this helper, string msgid, string msgidPlural, int n ) : GettextMvcTranslatedString
helper this
msgid string
msgidPlural string
n int
return GettextMvcTranslatedString