C# 클래스 SmartLocalizationWindow, SmartLocalization

상속: EditorWindow
파일 보기 프로젝트 열기: NiklasBorglund/SmartLocalization 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void

비공개 메소드들

메소드 설명
CreateNewLanguage ( string englishName ) : void

Creates a new language. Gets the languagename and passes it over to LocFileUtility.CreateNewLanguage

OnEnable ( ) : void
OnFocus ( ) : void
OnGUI ( ) : void
OnProjectChange ( ) : void
SaveMicrosoftTranslatorSettings ( ) : void

Saves the microsoft translator settings in EditorPrefs Keys = cws_mtCliendID, cws_mtCliendSecret

ShowRootEditWindow ( LocalizedObject>.Dictionary rootValues ) : void
ShowTranslateWindow ( CultureInfo info ) : void
ShowWindow ( ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void