Re: Localizing installer title
Re: Localizing installer title
- Subject: Re: Localizing installer title
- From: Stephane Sudre <email@hidden>
- Date: Wed, 22 Sep 2010 13:31:13 -0700
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 <email@hidden> 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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden