LocalizeControl Method
Declaration
public static void LocalizeControl(Type stringsType, Control control, Type type, CultureInfo culture)
Public Shared Sub LocalizeControl(stringsType As Type, control As Control, type As Type, culture As CultureInfo)
Parameters
Declaration
public static void LocalizeControl(Type stringsType, Control control, Type type)
Public Shared Sub LocalizeControl(stringsType As Type, control As Control, type As Type)
Parameters
Declaration
public static void LocalizeControl(Type stringsType, Control control, string resourceStringsPrefix, CultureInfo culture)
Public Shared Sub LocalizeControl(stringsType As Type, control As Control, resourceStringsPrefix As String, culture As CultureInfo)
Parameters
Declaration
public static void LocalizeControl(Type stringsType, Control control, string resourceStringsPrefix)
Public Shared Sub LocalizeControl(stringsType As Type, control As Control, resourceStringsPrefix As String)
Parameters