Class LocalizationExtensions
Inheritance
System.Object
LocalizationExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.Templating.Razor.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
public static class LocalizationExtensions
Methods
Translate(EPiHelper, String)
Declaration
public static string Translate(this EPiHelper helper, string translationKey)
Parameters
Type | Name | Description |
---|---|---|
EPiHelper | helper | |
System.String | translationKey |
Returns
Type | Description |
---|---|
System.String |
TranslateFormat(EPiHelper, String, Object[])
Declaration
public static string TranslateFormat(this EPiHelper helper, string translationKey, params object[] values)
Parameters
Type | Name | Description |
---|---|---|
EPiHelper | helper | |
System.String | translationKey | |
System.Object[] | values |
Returns
Type | Description |
---|---|
System.String |