| OLD | NEW | 
| (Empty) |  | 
 |   1 <?xml version="1.0" encoding="utf-8"?> | 
 |   2 <!-- Chinese - Taiwan --> | 
 |   3 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" | 
 |   4   Language="1028" | 
 |   5   Culture="zh-TW" | 
 |   6 > | 
 |   7     <String Id="LANG">0x0404</String> | 
 |   8     <!-- WARNING: Multiple code pages possible --> | 
 |   9     <!-- Code page "UTF-8", id=65001 --> | 
 |  10     <!-- Code page "big5", id=950, ANSI/OEM Traditional Chinese (Taiwan; Hong Ko
    ng SAR, PRC); Chinese Traditional (Big5) --> | 
 |  11     <!-- Code page "x-Chinese_CNS", id=20000, CNS Taiwan; Chinese Traditional (C
    NS) --> | 
 |  12     <!-- Code page "x_Chinese-Eten", id=20002, Eten Taiwan; Chinese Traditional 
    (Eten) --> | 
 |  13     <!-- There are some old vendor-specific ones as well --> | 
 |  14     <!-- See http://msdn.microsoft.com/en-us/library/dd317756%28VS.85%29.aspx --
    > | 
 |  15     <String Id="CODEPAGE">950</String> | 
 |  16     <!-- WiX has no way of evaluating static string expressions at compile time 
    --> | 
 |  17     <String Id="ProductName32">Adblock Plus for IE (32-bit)</String> | 
 |  18     <String Id="ProductName64">Adblock Plus for IE (32-bit and 64-bit)</String> | 
 |  19     <String Id="Keywords">Installer</String> | 
 |  20     <String Id="Description">Adblock Plus for IE</String> | 
 |  21     <String Id="Comments">Thank you for using Adblock Plus.</String> | 
 |  22     <String Id="AlreadyInstalled">A newer version of Adblock Plus for IE is alre
    ady installed.</String> | 
 |  23     <String Id="Title">Adblock Plus for IE</String> | 
 |  24     <String Id="UI_Description">All of Adblock Plus for IE</String> | 
 |  25 </WixLocalization> | 
| OLD | NEW |