Solaris 8 Installer Kiosk Interface localization notes/guide		        10/07/99

- Localizable Components

   SUNW0icd package   
   ----------------

   Obtain the SUNW0icdi package from the Solaris 8 RE area at ...

   /net/paradise.eng/export/integrate_dock/s28_sunw0/all/SUNW0icdi 

   The package contains a Java based text list resource file. 
   The SUNW0icdi will install the English version of the files at:

   /webstart/kiosk/classes/KioskResources.java


-Build/compilation procedure for this file type (if applicable).

   SUNW0icdi package
   -----------------

   Install SUNW0icdi with a pkgadd to a machine for the L10N work area.

   From this L10N work area, to compile, the Java command is ...

      cd webstart/kiosk/classes

      javac *.java

   Follows standard JDK 1.1 localization conventions.  For locale translation,
   use copy of the english resource files, but add the locale tag at the 
   end of the copied file's name.  For example, the five resource files
   copied and translated for French "fr" locale would be named ...

      /webstart/kiosk/classes/KioskResources_fr.java
      

   Within the translated Resource files, change the class's name is same 
   way by adding the locale tag.  Again for a French example the class 
   name line would look like ...

      public class KioskResources_fr extends ListResourceBundle

- Where they reside in Installer CD Build Kit Work Area  --

   Deliver the translated SUNW0icdi packages to the Solaris 8 integration dock.

   The localized *.class Java file needs to be located at: 

   /webstart/kiosk_xx/classes/KioskResources_xx.class   
   
   NOTE: Where "xx" is the language code, such as "fr" for French.
   

   To test, recieve the test Installer CD back from RE and place in
   the CDrom drive.

   Type ...

      boot cdrom

   And follow the on screen instructions to step thru an install.

   Later when the Kiosk is started, the surrounding interface should
   reflect the changes in the KioskResources.java file.

-Access Mode details (if applicable)

   Readable files for all users.  Write, only for owner (root).

-Contact name and email address of "expert" for this file type. 

    Solaris Kiosk I18N contact: 
    		Robert Weeks, rweeks@eng.sun.com, x84276
    
    Solaris Install Lead: 
    		John Perry, perry@eng.sun.com, x87859
    		
    Solaris Install Marketing Contact (A Major Kiosk Content Provider): 
    		John Piscitello, John.Piscitello@eng.sun.com, x89126
    		

    Solaris 8 RE contact: Timothy Schmidt, tps@eng.sun.com, x89208 

    L10N Coordination: Pamela Millar, pmillar@eng.sun.com, x88371
		       
		       
		       
		       
		       
		       
		       
