C# Class SmartLocalizationWindow, SmartLocalization

Inheritance: EditorWindow
显示文件 Open project: NiklasBorglund/SmartLocalization Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
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

Method Details

Initialize() public method

public Initialize ( ) : void
return void