C# 클래스 OnlineVideos.MediaPortal2.LanguageCodeLocalizedConverter

상속: IValueConverter
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( object value, Type targetType, object parameter, CultureInfo culture, object &result ) : bool
ConvertBack ( object val, Type targetType, object parameter, CultureInfo culture, object &result ) : bool
GetLanguageInUserLocale ( string aLang ) : string

메소드 상세

Convert() 공개 메소드

public Convert ( object value, Type targetType, object parameter, CultureInfo culture, object &result ) : bool
value object
targetType System.Type
parameter object
culture CultureInfo
result object
리턴 bool

ConvertBack() 공개 메소드

public ConvertBack ( object val, Type targetType, object parameter, CultureInfo culture, object &result ) : bool
val object
targetType System.Type
parameter object
culture CultureInfo
result object
리턴 bool

GetLanguageInUserLocale() 공개 정적인 메소드

public static GetLanguageInUserLocale ( string aLang ) : string
aLang string
리턴 string