Re: Localization issue for the Title and Message Key in the Requirement Properties
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=m6DW8Qm2xicNqkZ3xjaiZ8ud1m7QDD8CACdHXOxPLqY=; b=stAXgVtbTHwp02JvGeRWEptkiuRr3XbGAeSeL38lsYWNCUaGEhp1aw3eXJEnyL6n5h Lav9l1bC2719/cDIG8aRW3sspbEkQNSKQG93rimB6C35wLrXDvWhDffA5EOUl3TZqmSF rV0fWIiqPv+aU2pQBQtyArrN02VOTqipyEdCs= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=BYOvPDDf3EK1t0YOvIUi2Mm79TtNtYw9pPeGEEaoR4BFlxzdaDAK2h5WN3fqo+bMMG sm8WAusfPlDKPGuSNLeLUUPUCjSU7duzYsKKLqehRpP2HGqta63UN4/ne+kSBhGLeSNZ Qivu76MokNsZinfbVZ4iukdu7QeM/lgsCPODk= On Jan 8, 2009, at 1:14 AM, XiaoGang Li wrote: HI, List, PackageMaker Version 2.1.1. Mac OS X 10.5.5 First thing to do is to check the encoding of the .strings file. _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... I have a package which is not supported on Pre-Tiger systems. So, when creating the installer project, I specify a system-version requirement, and also I add the "Title Key" and the "Message Key" on the "Requirement Properties" tab. And my question is that how to localized this two keys information? Follow the PackageMaker Help document, I created a IFRequirements.strings which contains the key-value pair like this: "Title" = "Hello"; "Message" = "Sorry, Pre-Tiger is not supported!"; And then I copy this string file to en.lproj and zh_TW.lproj path of Resources dir, respectively. But the keys itself always be used. Seems the installer can not find the value of the keys in the IFRequirements.strings file. Can anyone point out which part is not correct? Thans ahead. This email sent to site_archiver@lists.apple.com
participants (1)
-
dev.iceberg@gmail.com