C# 클래스 ModernWPF.Resources.CommandTextBinder

Provides bindable text for window commands. The purpose of this is to support on-the-fly language changes.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: soukoku/ModernWPF

공개 메소드들

메소드 설명
UpdateCulture ( CultureInfo culture ) : void

Updates the culture used for the command text. Pass null to use current culture.

비공개 메소드들

메소드 설명
CommandTextBinder ( ) : System.ComponentModel
this ( string key ) : string

메소드 상세

UpdateCulture() 공개 메소드

Updates the culture used for the command text. Pass null to use current culture.
public UpdateCulture ( CultureInfo culture ) : void
culture System.Globalization.CultureInfo The culture.
리턴 void