blob: bc2ccf049387d4cbc6c54c43c38819176c5c4a8d (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US">
<String Id="Loc1">This is row one</String>
<String Id="Loc2">This is row two</String>
</WixLocalization>
|