| 1 | <WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
| 2 | <String Id="Ex1" Overridable="yes" Value="This is example #1" /> |
| 3 | <String Id="Ex2" Overridable="no" Value="This is example #2"></String> |
| 4 | <String Id="Ex3" Value="This is example #3"></String> |
| 5 | <String Id="Ex4" /> |
| 6 | </WixLocalization> |