!	THE FORMAT USED BY THIS FILE TO SPECIFY RESOURCES IS SAME AS
!	THE ONE USED BY X WINDOW SYSTEM. THE CONTENT SHOULD NOT BE 
!	MODIFIED UNLESS YOU ARE FAMILIAR WITH THE INTERNALS AND/OR SPECIFIC
!	REQUIREMENTS OF A LOCALE.
!
!	This file provides default values of i18n resources for
!	the "C" locale. This file will be read by the OPENLOOK Toolkit 
!	routines to obtain the default value of localized resources
!	iff not set by the user elsewhere. 
!	It may be used as a template to create default locale 
!	definition file for other locales. Please follow the guidelines 
!	provided below when creating such a file for other locale(s).
!
!	(1) copy this file and edit (using an editor that supports the 
!	    local language )right hand side of ':' such that,
!
!		- For resources 'xnlLanguage', inputLang', 'displayLang',
!		  'numeric', and 'tdFormat', the first field (on right 
!		  side of ':')  specify the locale namen LATIN-1.
!		  Specify a label in local language (surrounded by 
!		  double quotes) in the second field for these resources.
!		  The string specified in double quotes is used by the
!		  Work Space Manager to display labels in Locale
!		  Property Sheet.
!
!		- For the 'fontGroup' resource, specify a comma separated
!		  font group names indicating available font groups for
!		  drawing text in this locale.
!
!		- For the 'fontGroupDef' resource specify a string in the
!		  following format.
!
!		  *fontGroupDef: <fontGroup1 = <font_name>/<font_name>/
!		  <font_name>/font_name>,fontGroup2=<font_name>/.......
!		  
!		  where each <fontGroup.> refers to the font group name
!		  specified in the FontGroup resouce. A list of <font_name>
!		  is associated with corresponding <fontGroup.> and will
!		  be used to construct a list of XFontStruct for drawing
!		  an Internationalized string. At most four <font_names>
!		  can be supplied for a <fontGroup.>.
!
!		- For the 'inputMethod' resource, specify the name of
!		  the Input Method library to use. Do not append ".so"
!		  or ".a" for a dynamic shared library or an archive.
!
!		- For the 'imStatus' resource, specify one of Boolean value
!		  [ True | False ] in the first field to indicate whether
!		  or not a special area is needed by Input Method to
!		  display status information. Specify appropriate string
!		  in local language that corresponds to the Boolean value
!		  specified in the first field.
!
!		- Optionally, an additional resource 'frontEndString'
!		  may be specified to supply an 'Atom' name (as a string).
!		  This resource is particularly useful for those Input
!		  Methods that may have been developed before the OPENLOOK
!		  Internationalized Release and they want to communnicate
!		  (send) a composed text to OPENLOOK text editting widget(s).
!
!		  
!	(2) Install the newly created locale definition file "ol_locale_def"
!	    as "/usr/X/lib/locale/<locale_name>/ol_locale_def.
!
! Actual resource definition starts here.
!
*xnlLanguage:C "C"
*inputLang:C "C"
*displayLang:C "C"
*numeric:, "10,000"
*tdFormat:C "C"
*fontGroup:
*fontGroupDef:
*inputMethod:
*imStatus:False "No"
