PAppLocale

From TestingMediawiki
Revision as of 07:47, 11 March 2005 by Wini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Title

這兒要介紹跟 Microsoft 的 AppLocale 這套 Windows XP 用的程式的語系切換小程式相關的資料,以及由 piaip 所修改的 pAppLocale 的資料。

Main

piaip 的站台: http://ntu.csie.org/~piaip/

pApp 的下載連結在他的「Wed Oct 6 01:38:15 CST 2004」的日記中有寫到。

Shell

在右鍵選單增加 AppLocale 的捷徑的方法。

嗯...每次都要指定路徑又指定語言,或是另外創捷徑檔實在挺麻煩的。 以下可以透過修改登錄檔來增加一些方便性, 請複製底下各語言中的東西到一個純文字檔,並使其副檔名為.reg 千萬不要變成.reg.txt...這樣是錯誤的。

第一個為例,直接選起來複製就好...... 存檔以後雙按這個檔案以匯入登錄, 之後在.exe的檔案上點右鍵就會多出一個選項"Open with AppLocale JP Mode", 當然這是讓程式跑日文模式,其它語言的請再另行參照。

(原資料為 AndCyclenoWiki這一頁 中的 noname2000 所提供的。)

Japanese

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\exefile\shell\Open with App&Locale JP Mode]
[HKEY_CLASSES_ROOT\exefile\shell\Open with App&Locale JP Mode\command]
@="C:\\WINDOWS\\AppPatch\\AppLoc.exe \"%1\" \"/L0411\""

Simple Chinese

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\exefile\shell\Open with App&Locale ZH-GB Mode]
[HKEY_CLASSES_ROOT\exefile\shell\Open with App&Locale ZH-GB Mode\command]
@="C:\\WINDOWS\\AppPatch\\AppLoc.exe \"%1\" \"/L0804\""

Traditional Chinese

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\exefile\shell\Open with App&Locale ZH-TW Mode]
[HKEY_CLASSES_ROOT\exefile\shell\Open with App&Locale ZH-TW Mode\command]
@="C:\\WINDOWS\\AppPatch\\AppLoc.exe \"%1\" \"/L0404\""

YourLocation

您的位置: ACnowiki >> Computer >> Windows作業系統 >> piaip 修正的 Microsoft AppLocale 及相關資料