Setting up language on MacOs X

View: New views
6 Messages — Rating Filter:   Alert me  

Setting up language on MacOs X

by Fran�cois CANNIC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Where can I set language to French with version 2.6.5a on the MacOsX
version.
I've set this option during install but it is not activated when I
launch the software...

Regards

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Squirrel-sql-users mailing list
Squirrel-sql-users@...
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users

Re: Setting up language on MacOs X

by manningr :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Apr 28, 2008 at 4:51 AM, Fran cois CANNIC
<francois.cannic@...> wrote:
> Where can I set language to French with version 2.6.5a on the MacOsX
>  version.
>  I've set this option during install but it is not activated when I
>  launch the software...
>

Francois,

This is a decidedly "un-Mac" way of doing things; nevertheless here is
what I did to enable French labels/messages in SQuirreL:

1. Go to where SQuirreL is installed (Applications -> Show Package Contents)
2. Edit Info.plist as follows:

For ClassPath under Java, append the following string:

:$JAVAROOT/lib/squirrel-sql_fr.jar

For Properties under Java add the following lines:

            <key>user.language</key>
            <string>FR</string>

I've attached my modified Info.plist for your reference.

Rob


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Squirrel-sql-users mailing list
Squirrel-sql-users@...
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users

Info.plist (2K) Download Attachment

Re: Setting up language on MacOs X

by Fran�cois CANNIC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Robert Manning a écrit :
On Mon, Apr 28, 2008 at 4:51 AM, Fran cois CANNIC
francois.cannic@... wrote:
  
Where can I set language to French with version 2.6.5a on the MacOsX
 version.
 I've set this option during install but it is not activated when I
 launch the software...

    

Francois,

This is a decidedly "un-Mac" way of doing things; nevertheless here is
what I did to enable French labels/messages in SQuirreL:

1. Go to where SQuirreL is installed (Applications -> Show Package Contents)
2. Edit Info.plist as follows:

For ClassPath under Java, append the following string:

:$JAVAROOT/lib/squirrel-sql_fr.jar

For Properties under Java add the following lines:

            <key>user.language</key>
            <string>FR</string>

I've attached my modified Info.plist for your reference.

Rob
  

Thanks,

It works fine.
This should be writen on the installation help or documentation...

Regards






-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Squirrel-sql-users mailing list
Squirrel-sql-users@...
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users

Re: Setting up language on MacOs X

by manningr :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, May 5, 2008 at 3:11 AM, Fran cois CANNIC
<francois.cannic@...> wrote:
>
>  Thanks,
>
>  It works fine.
>  This should be writen on the installation help or documentation...
>

Sure - but I aspired to make it better :)  I've added a Locale chooser
in the Global Preferences that will allow you to pick a locale,
restart SQuirreL, and it should be applied from then on, until you
change it again.  You will no longer need to edit the startup script.
I'll let you know when the snapshot is available in case you want to
give it a try.

Rob

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Squirrel-sql-users mailing list
Squirrel-sql-users@...
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users

Re: Setting up language on MacOs X

by manningr :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There is a new snapshot installer which contains a Locale chooser (in
Global Preferences -> General) that will allow you to change the
locale without editing the start script.  I also added all available
translations to the ClassPath for MacOS X (you can still ignore any
translations that you don't want). So there should really be nothing
additional that you have to do after install, but to change the Locale
to your preference - by default it is U.S. English; just like it
always has been.   If you pick a locale that doesn't have a
translation installed, it reverts to U.S. English as well.  One added
benefit is that when you upgrade, as long as you choose to install the
translation that you were previously using, your preference is
preserved.  The snapshot is here:

http://sourceforge.net/project/showfiles.php?group_id=28383&package_id=158128&release_id=597320

Enjoy!

Rob

On Mon, May 5, 2008 at 3:11 AM, Fran cois CANNIC
<francois.cannic@...> wrote:

>
>  Robert Manning a écrit :
>
>  On Mon, Apr 28, 2008 at 4:51 AM, Fran cois CANNIC
> <francois.cannic@...> wrote:
>
>
>  Where can I set language to French with version 2.6.5a on the MacOsX
>  version.
>  I've set this option during install but it is not activated when I
>  launch the software...
>
>
>  Francois,
>
> This is a decidedly "un-Mac" way of doing things; nevertheless here is
> what I did to enable French labels/messages in SQuirreL:
>
> 1. Go to where SQuirreL is installed (Applications -> Show Package Contents)
> 2. Edit Info.plist as follows:
>
> For ClassPath under Java, append the following string:
>
> :$JAVAROOT/lib/squirrel-sql_fr.jar
>
> For Properties under Java add the following lines:
>
>  <key>user.language</key>
>  <string>FR</string>
>
> I've attached my modified Info.plist for your reference.
>
> Rob
>
>
>  Thanks,
>
>  It works fine.
>  This should be writen on the installation help or documentation...
>
>  Regards
>
>
>
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Squirrel-sql-users mailing list
Squirrel-sql-users@...
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users

Re: Setting up language on MacOs X

by Fran�cois CANNIC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Robert Manning a écrit :
There is a new snapshot installer which contains a Locale chooser (in
Global Preferences -> General) that will allow you to change the
locale without editing the start script.  I also added all available
translations to the ClassPath for MacOS X (you can still ignore any
translations that you don't want). So there should really be nothing
additional that you have to do after install, but to change the Locale
to your preference - by default it is U.S. English; just like it
always has been.   If you pick a locale that doesn't have a
translation installed, it reverts to U.S. English as well.  One added
benefit is that when you upgrade, as long as you choose to install the
translation that you were previously using, your preference is
preserved.  The snapshot is here:

http://sourceforge.net/project/showfiles.php?group_id=28383&package_id=158128&release_id=597320

Enjoy!

Rob

On Mon, May 5, 2008 at 3:11 AM, Fran cois CANNIC
francois.cannic@... wrote:
  
 Robert Manning a écrit :

 On Mon, Apr 28, 2008 at 4:51 AM, Fran cois CANNIC
francois.cannic@... wrote:


 Where can I set language to French with version 2.6.5a on the MacOsX
 version.
 I've set this option during install but it is not activated when I
 launch the software...


 Francois,

This is a decidedly "un-Mac" way of doing things; nevertheless here is
what I did to enable French labels/messages in SQuirreL:

1. Go to where SQuirreL is installed (Applications -> Show Package Contents)
2. Edit Info.plist as follows:

For ClassPath under Java, append the following string:

:$JAVAROOT/lib/squirrel-sql_fr.jar

For Properties under Java add the following lines:

 <key>user.language</key>
 <string>FR</string>

I've attached my modified Info.plist for your reference.

Rob


 Thanks,

 It works fine.
 This should be writen on the installation help or documentation...

 Regards





    

  
Thanks for the good stuff

Regards

-- 
Francois CANNIC  francois.cannic@...
Universite du Havre / Centre de Ressources Informatiques Frissard
COREVA 53, Rue de PRONY 76600 LE HAVRE
Tel: +33 (0)2 35 21 71 01 / Fax: +33 (0)2 35 21 71 98

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Squirrel-sql-users mailing list
Squirrel-sql-users@...
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
LightInTheBox - Buy quality products at wholesale price