.WXL 파일 확장자
WiX Localization File
| 개발사 | Outercurve Foundation |
| 인기도 |
3.3 | 4 투표 |
WXL 파일이란 무엇인가요?
File created by the Windows Installer XML (WiX) toolset, a Windows installer development program; contains a collection of strings for localizing a product for a specific culture; includes translated user interface text for several languages.
추가 정보
You can modify where the culture is set by editing the WixLocalization culture string. A sample of a WXL file and its culture string can be seen below:
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com /wix/2006/localization">
<String Id="errormsg" Overridable="yes"> General Failure</Stringgt;
</WixLocalization>
WXL 파일을 열거나 참조하는 프로그램
Windows