C# 클래스 MTMCL.Lang.LangManager

파일 보기 프로젝트 열기: cvronmin/metocraft

공개 메소드들

메소드 설명
Add ( string languageName, string languageUrl ) : void
Clear ( ) : void
GetLangFromResource ( string key ) : string
ListLanuage ( ) : string[]
LoadLangFromResource ( string path ) : System.Windows.ResourceDictionary
SetLocalizedContent ( this element, string key ) : void
SetLocalizedContent ( this element, string key, DependencyProperty property ) : void
UseLanguage ( string languageName ) : void

비공개 메소드들

메소드 설명
ReplaceDictationaries ( ) : void

메소드 상세

Add() 공개 정적인 메소드

public static Add ( string languageName, string languageUrl ) : void
languageName string
languageUrl string
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetLangFromResource() 공개 정적인 메소드

public static GetLangFromResource ( string key ) : string
key string
리턴 string

ListLanuage() 공개 정적인 메소드

public static ListLanuage ( ) : string[]
리턴 string[]

LoadLangFromResource() 공개 정적인 메소드

public static LoadLangFromResource ( string path ) : System.Windows.ResourceDictionary
path string
리턴 System.Windows.ResourceDictionary

SetLocalizedContent() 공개 정적인 메소드

public static SetLocalizedContent ( this element, string key ) : void
element this
key string
리턴 void

SetLocalizedContent() 공개 정적인 메소드

public static SetLocalizedContent ( this element, string key, DependencyProperty property ) : void
element this
key string
property System.Windows.DependencyProperty
리턴 void

UseLanguage() 공개 정적인 메소드

public static UseLanguage ( string languageName ) : void
languageName string
리턴 void