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