Re: Localizing installer title
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:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=CABkbmnOWsydcTYmmYMCaahQn+56sas/0i88Li2/zcw=; b=Uvev5LYTQCzrxR/SxFK2rQlGAEykU79aV7ObDLZIRZB+63gGXpPrdvj4wO6Jkou5wS xGt9ufzpqYxzBWQfMwEhJT5YzGBjH3mvQEVMk5QeV3Ia21fh5jwF+MlXTUXtcMzCjqdD fGLvdsJg+CpHoIfbQkS4pR5SVJJgXVT0sKdy4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=a8u4QFweOaa39NgFIzdWGKtucWoVKXs2cOuLkGFTkEzIDr7N15Y/csVA0ZI9qHzEQZ A8veDjLoUAI6oZZTuPWbqScAlCeX2tMapoq0Ue83Aeuis2UvYYAlHSMmn68r6XPADUKl wdXb+t1gdaW6FrRGdkUP1UM3g18ZCKa9mCZZQ= The way I do it is to use my own packaging tool and add a localization. This gives the following things: distribution.dist: [...] <title>DISTRIBUTION_TITLE</title> [...] English.lproj > Localizable.strings "DISTRIBUTION_TITLE" = "English Title"; English.lproj > Localizable.strings: "DISTRIBUTION_TITLE" = "English Title"; French.lproj > Localizable.strings: "DISTRIBUTION_TITLE" = "Titre Français"; On Wed, Sep 22, 2010 at 6:13 AM, kushal ghosh <kghoshnitk@gmail.com> wrote:
Hi, How to edit the Localizable.strings file? I am giving a sample of my strings file. This does not work but. What changes are required? The strings file for English looks like "TITLE" = "mytitle"; And I get 'Install system.localizedString('TITLE')' on installer UI. Thanks
_______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Stephane Sudre