摘要: 1 [DllImport("kernel32.dll",EntryPoint="GetSystemDefaultLCID")]2publicstaticexternintGetSystemDefaultLCID();3[DllImport("kernel32.dll",EntryPoint="SetLocaleInfoA")]4publicstaticexternintSetLocaleInfo(intLocale,intLCType,stringlpLCData);5publicconstintLOCALE_SL 阅读全文
posted @ 2011-08-08 11:44 NoRoadZH 阅读(643) 评论(0) 推荐(0)