Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@joebigelow
/
wix-1
wix-1
/
src
/
wix
/
test
/
WixToolsetTest.CoreIntegration
/
TestData
/
CustomTable
/
LocalizedCustomTable.en-us.wxl
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
wxl
7 lines
233 Bytes
Copy permalink
Copy
Raw
1
<?xml version="1.0" encoding="utf-8"?>
2
<WixLocalization
xmlns=
"http://wixtoolset.org/schemas/v4/wxl"
Culture=
"en-US"
>
3
4
<String
Id=
"Loc1"
Value=
"This is row one"
/>
5
<String
Id=
"Loc2"
Value=
"This is row two"
/>
6
7
</WixLocalization>