C# Class VietOCR.NET.Utilities.FormLocalizer

Afficher le fichier Open project: nguyenq/VietOCR3.NET

Méthodes publiques

Méthode 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 méthode

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

FormLocalizer() public méthode

Constructor.
public FormLocalizer ( Form form, Type formType ) : System
form System.Windows.Forms.Form
formType System.Type
Résultat System