C# Class VietOCR.NET.Utilities.FormLocalizer

Mostrar archivo Open project: nguyenq/VietOCR3.NET

Public Methods

Method Description
ApplyCulture ( CultureInfo culture ) : void

Update UI elements. Original code from http://secure.codeproject.com/KB/locale/ChangeUICulture.aspx

FormLocalizer ( Form form, Type formType ) : System

Constructor.

Method Details

ApplyCulture() public method

Update UI elements. Original code from http://secure.codeproject.com/KB/locale/ChangeUICulture.aspx
public ApplyCulture ( CultureInfo culture ) : void
culture System.Globalization.CultureInfo
return void

FormLocalizer() public method

Constructor.
public FormLocalizer ( Form form, Type formType ) : System
form System.Windows.Forms.Form
formType System.Type
return System