Internal_UpdateMenuTitleForLanguage() private method

private Internal_UpdateMenuTitleForLanguage ( SystemLanguage newloc ) : void
newloc SystemLanguage
return void
示例#1
0
 internal static void NotifyLanguageChanged(SystemLanguage newLanguage)
 {
     s_TextGUIContents = new Hashtable();
     EditorUtility.Internal_UpdateMenuTitleForLanguage(newLanguage);
     LocalizationDatabase.SetCurrentEditorLanguage(newLanguage);
     EditorApplication.RequestRepaintAllViews();
 }