Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wsvt-dev] Re: [Webspherestudio-user] ResourceBundles



Hi Phil,

Resource bundles are Java's built in method of internationalization. They
are used to hold strings and any other locale specific information. Many
resource bundles, representing many different locales, can be included with
the product and the correct bundle for the user's current locale is loaded
at runtime.  This means, if my machine is configured to use English,
Eclipse is presented in English. If it's configured to use French, German,
or Hebrew, Eclipse is presented in French, German or Hebrew respectively.

Here's a link to an article entitled "Internationalizing your Eclipse
plug-in" -
http://www-106.ibm.com/developerworks/opensource/library/os-i18n/ - which
should give you all the information you need.

Lawrence Mandel



                                                                           
             Arthur                                                        
             Ryman/Toronto/IBM                                             
             @IBMCA                                                     To 
             Sent by:                  Philippe Janson                     
             wsvt-dev-admin@ec         <pj@xxxxxxxxxxxxxx>,                
             lipse.org                 wsvt-dev@xxxxxxxxxxx                
                                                                        cc 
                                       webspherestudio-user@xxxxxxxxxxxxxx 
             02/17/2004 09:36          .com                                
             AM                                                    Subject 
                                       [wsvt-dev] Re:                      
                                       [Webspherestudio-user]              
             Please respond to         ResourceBundles                     
                 wsvt-dev                                                  
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           





Phil,

The code you are referring to is being developed at the WSVT project in
eclipse. Please join that mailing list and ask questions about the
validator there. See http://www.eclipse.org/wsvt/

Arthur Ryman,
Rational Desktop Tools Development

phone: 905-413-3077, TL 969-3077
assistant: 905-413-2411, TL 969-2411
fax: 905-413-4920, TL 969-4920
intranet: http://w3.torolab.ibm.com/DEAB/

                                                                           
 Philippe Janson <pj@xxxxxxxxxxxxxx>                                       
 Sent by:                                                                  
 webspherestudio-user-admin@opensource.                                    
 ibm.com                                                                To 
                                                   webspherestudio-user@op 
                                                   ensource.ibm.com        
 02/17/2004 06:29 AM                                                    cc 
                                                                           
                                                                   Subject 
                                                   [Webspherestudio-user]  
                                                   ResourceBundles         
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           





The validate.wsdl and validate plug-ins refer in many places to
ResourceBundles.
Though I have not yet been able to read ALL the code, I am having
difficulty figuring out what these Bundles are supposed to represent and
be used for.
Any tip?  Thx.

pj

_______________________________________________
Webspherestudio-user mailing list
Webspherestudio-user@xxxxxxxxxxxxxxxxxx
https://w3.opensource.ibm.com/mailman/listinfo/webspherestudio-user




Back to the top