Support `File` table `Language` column (aka `DefaultLanguage`) in WixFile
The Wix specification has a DefaultLanguage
property that maps to the Language
column in the File table.
Current code does not support it.
Attached is a patch that adds this: support-language-attributes.patch