LocalizeElement Method
LocalizeElement(Type, Element, Type, CultureInfo)
Declaration
public static void LocalizeElement(Type stringsType, Element element, Type type, CultureInfo culture)
Public Shared Sub LocalizeElement(stringsType As Type, element As Element, type As Type, culture As CultureInfo)
Parameters
LocalizeElement(Type, Element, Type)
Declaration
public static void LocalizeElement(Type stringsType, Element element, Type type)
Public Shared Sub LocalizeElement(stringsType As Type, element As Element, type As Type)
Parameters
LocalizeElement(Type, Element, string)
Declaration
public static void LocalizeElement(Type stringsType, Element element, string resourceStringsPrefix)
Public Shared Sub LocalizeElement(stringsType As Type, element As Element, resourceStringsPrefix As String)
Parameters
LocalizeElement(Type, Element, string, CultureInfo)
Declaration
public static void LocalizeElement(Type stringsType, Element element, string resourceStringsPrefix, CultureInfo culture)
Public Shared Sub LocalizeElement(stringsType As Type, element As Element, resourceStringsPrefix As String, culture As CultureInfo)
Parameters