[]
        
(Showing Draft Content)

C1.Win.Localization.StringsManager.LocalizeElement

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
Type Name Description
Type stringsType
Element element
Type type
CultureInfo culture

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
Type Name Description
Type stringsType
Element element
Type type

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
Type Name Description
Type stringsType
Element element
string resourceStringsPrefix

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
Type Name Description
Type stringsType
Element element
string resourceStringsPrefix
CultureInfo culture