[WiX-users] Localization with WiX3
I was reading through the latest documentation about WiX3 localization and noticed that it mentions under Using Localized Versions of WixUI that if you are using WixUIExtension, it has translated strings and .wxl files for some languages, like de-de, ja-jp, etc. With this in mind, I set the culture correctly and tried to build but it fails. Do I still need separate .xml files? If I use .wxl files along with WixUIExtension (for WinUI_Mondo), it builds fine. What I am trying to find out is how to build it without additional .wxl if I already have a reference added for WixUIExtension. Can someone plese let me know? Thanks ANK _ Access your email online and on the go with Windows Live Hotmail. http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_AE_Access_022009 -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] Localization with WiX3
Thanks you! I was confused by the fact that I was only getting errors with German, Spanish and Dutch because I thought those translations were complete. By adding these missing String items to my own 1031.wxl file I was able to build an MSI. The February 15, 2008 version of the WiX source requires these additions for a WixUI_InstallDir build (true for Spanish and Dutch as well): ?xml version=1.0? WixLocalization xmlns=http://schemas.microsoft.com/wix/2006/localization; Codepage=1252 Culture=de-DE String Id=InvalidDirDlg_Title Overridable=yes[ProductName] Setup/String String Id=InvalidDirDlgIcon Overridable=yesWixUI_Ico_Info/String String Id=InvalidDirDlgIconTooltip Overridable=yesInformation icon/String String Id=InvalidDirDlgText Overridable=yesInstallation directory must be on a local hard drive./String String Id=MaintenanceTypeDlgRemoveDisabledText Overridable=yes[ProductName] kann nicht entfernt werden./String String Id=MaintenanceTypeDlgRepairDisabledText Overridable=yes[ProductName] kann nicht repariert werden./String String Id=UITextNewFolder Overridable=yesOrdner|Neuer Ordner/String /WixLocalization -- View this message in context: http://www.nabble.com/Localization-with-WiX3-tp15489213p15614709.html Sent from the wix-users mailing list archive at Nabble.com. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] Localization with WiX3
Bob Arnson wrote: Because, as you note, they don't work without modification. Ok, but then you should probably remove WixUI_de-de.wxl as well. It was very confusing for me to have German *half* working and French *not at all*. Whatever, the thread will hopefully clarify this for others. And thanks to all of you for all the efforts! _Mark - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] Localization with WiX3
On Thu, 14 Feb 2008 21:59:20 +0100, Markus Kuehni wrote: Markus, Strangely the localizations files from the version 2 are not mirrored into the 3.x releases. Maybe someone at the project could offer a reason for this? I keep asking Bob from time to time when the UI part of v3 will cease to be a moving target so that we can mobilize our previous translators again (or find new ones if some of them can't find the time to help with the new version) to upgrade the localization files. But the light is not yet green... Bye, Gábor --- DEÁK JAHN, Gábor -- Budapest, Hungary E-mail: [EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users