? officecfg/unxlngi4.pro
Index: officecfg/registry/data/org/openoffice/Inet.xcu
===================================================================
RCS file: /cvsroot/thaioo/OpenOffice_Test/officecfg/registry/data/org/openoffice/Inet.xcu,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 Inet.xcu
--- officecfg/registry/data/org/openoffice/Inet.xcu	15 Sep 2004 05:32:55 -0000	1.1.1.1
+++ officecfg/registry/data/org/openoffice/Inet.xcu	17 Sep 2004 18:02:31 -0000
@@ -375,5 +375,102 @@
         </prop>
       </node>
     </node>
+     
+     <!-- 
+     	Add Thai search engine
+       	1. www.sansarn.com
+       	2. www.siamguru.com
+     -->
+       
+     <node oor:name="Sansarn" oor:op="replace">
+       <node oor:name="And">
+         <prop oor:name="ooInetPrefix">
+           <value>http://www.sansarn.com/sansarn?Comment=&amp;Site=&amp;soundex=&amp;groupID=-1&amp;q=</value>
+         </prop>
+         <prop oor:name="ooInetSuffix">
+           <value>&amp;mode=and&amp;start_doc=0&amp;end_doc=9</value>
+         </prop>
+         <prop oor:name="ooInetSeparator">
+           <value>+</value>
+	 </prop>
+         <prop oor:name="ooInetCaseMatch">
+           <value>0</value>
+         </prop>
+       </node>
+       <node oor:name="Or">
+         <prop oor:name="ooInetPrefix">
+ 	  <value>http://www.sansarn.com/sansarn?Comment=&amp;Site=&amp;soundex=&amp;groupID=-1&amp;q=</value>
+         </prop>
+         <prop oor:name="ooInetSuffix">
+ 	  <value>&amp;mode=and&amp;start_doc=10&amp;end_doc=19</value>
+         </prop>
+         <prop oor:name="ooInetSeparator">
+           <value>+</value>
+         </prop>
+         <prop oor:name="ooInetCaseMatch">
+           <value>0</value>
+         </prop>
+       </node>
+       <node oor:name="Exact">
+         <prop oor:name="ooInetPrefix">
+ 	  <value>http://www.sansarn.com/sansarn?Comment=&amp;Site=&amp;soundex=&amp;groupID=-1&amp;q=</value>
+         </prop>
+         <prop oor:name="ooInetSuffix">
+ 	  <value>&amp;mode=and&amp;start_doc=20&amp;end_doc=29</value>
+         </prop>
+         <prop oor:name="ooInetSeparator">
+           <value>+</value>
+         </prop>
+         <prop oor:name="ooInetCaseMatch">
+           <value>0</value>
+         </prop>
+       </node>
+     </node>  
+     <node oor:name="Siamguru" oor:op="replace">
+       <node oor:name="And">
+         <prop oor:name="ooInetPrefix">
+           <value>http://www.siamguru.com/cgi-bin/search?q=</value>
+         </prop>
+         <prop oor:name="ooInetSuffix">
+           <value>&amp;t=0</value>
+         </prop>
+         <prop oor:name="ooInetSeparator">
+           <value>+</value>
+	   </prop>
+         <prop oor:name="ooInetCaseMatch">
+           <value>0</value>
+         </prop>
+       </node>
+       <node oor:name="Or">
+         <prop oor:name="ooInetPrefix">
+ 	  <value>http://www.siamguru.com/cgi-bin/search?q=</value>
+         </prop>
+         <prop oor:name="ooInetSuffix">
+ 	  <value>&amp;t=0</value>
+         </prop>
+         <prop oor:name="ooInetSeparator">
+           <value>+</value>
+         </prop>
+         <prop oor:name="ooInetCaseMatch">
+           <value>0</value>
+         </prop>
+       </node>
+       <node oor:name="Exact">
+         <prop oor:name="ooInetPrefix">
+ 	  <value>http://www.siamguru.com/cgi-bin/search?q=</value>
+         </prop>
+         <prop oor:name="ooInetSuffix">
+ 	  <value>&amp;t=0</value>
+         </prop>
+         <prop oor:name="ooInetSeparator">
+           <value>+</value>
+         </prop>
+         <prop oor:name="ooInetCaseMatch">
+           <value>0</value>
+         </prop>
+       </node>
+     </node>  
+     <!-- End thai search engine -->    
+
   </node>
 </oor:component-data>
Index: officecfg/registry/data/org/openoffice/Setup.xcu
===================================================================
RCS file: /cvsroot/thaioo/OpenOffice_Test/officecfg/registry/data/org/openoffice/Setup.xcu,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 Setup.xcu
--- officecfg/registry/data/org/openoffice/Setup.xcu	15 Sep 2004 05:32:55 -0000	1.1.1.1
+++ officecfg/registry/data/org/openoffice/Setup.xcu	17 Sep 2004 18:02:31 -0000
@@ -72,11 +72,21 @@
       <value>en-US de</value>
     </prop>
   </node>
+  
+  <!-- Default to Thai localization -->
   <node oor:name="L10N">
     <prop oor:name="ooLocale" oor:type="xs:string">
-      <value>en-US</value>
+      <value>th-TH</value>
+    </prop>
+    <prop oor:name="ooSetupCurrency" oor:type="xs:string">
+      <value>THB-th-TH</value>
+    </prop>
+    <prop oor:name="ooSetupSystemLocale" oor:type="xs:string">
+      <value>th-TH</value>
     </prop>
   </node>
+  <!-- End default -->
+  
   <node oor:name="Configuration">
     <prop oor:name="TransferUserSettingsOnce" oor:type="xs:boolean">
       <value>true</value>
Index: officecfg/registry/data/org/openoffice/VCL.xcu
===================================================================
RCS file: /cvsroot/thaioo/OpenOffice_Test/officecfg/registry/data/org/openoffice/VCL.xcu,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 VCL.xcu
--- officecfg/registry/data/org/openoffice/VCL.xcu	15 Sep 2004 05:32:55 -0000	1.1.1.1
+++ officecfg/registry/data/org/openoffice/VCL.xcu	17 Sep 2004 18:02:31 -0000
@@ -71,70 +71,70 @@
   <node oor:name="DefaultFonts">
     <node oor:name="en" oor:op="replace">
       <prop oor:name="LATIN_DISPLAY" oor:type="xs:string" oor:op="replace">
-        <value>Albany;Arial;Bitstream Vera Sans;Helvetica;Lucida;Geneva;Helmet;SansSerif;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
+        <value>Norasi;Garuda;Albany;Arial;Bitstream Vera Sans;Helvetica;Lucida;Geneva;Helmet;SansSerif;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
       </prop>
       <prop oor:name="CJK_DISPLAY" oor:type="xs:string" oor:op="replace">
-        <value>Andale Sans UI;MS Gothic;HG Gothic J;HG Gothic B;HG Gothic;Gothic;MS PGothic;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
+        <value>Norasi;Garuda;Andale Sans UI;MS Gothic;HG Gothic J;HG Gothic B;HG Gothic;Gothic;MS PGothic;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
       </prop>
       <prop oor:name="LATIN_HEADING" oor:type="xs:string" oor:op="replace">
-        <value>Albany;Arial;Bitstream Vera Sans;Helvetica;Lucida;Geneva;Helmet;SansSerif;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
+        <value>Norasi;Garuda;Albany;Arial;Bitstream Vera Sans;Helvetica;Lucida;Geneva;Helmet;SansSerif;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
       </prop>
       <prop oor:name="LATIN_FIXED" oor:type="xs:string" oor:op="replace">
-        <value>Cumberland;Courier New;Bitstream Vera Sans Mono;Courier;Lucida Sans Typewriter;Lucida Typewriter;Monaco;Monospaced</value>
+        <value>Norasi;Garuda;Cumberland;Courier New;Bitstream Vera Sans Mono;Courier;Lucida Sans Typewriter;Lucida Typewriter;Monaco;Monospaced</value>
       </prop>
       <prop oor:name="LATIN_PRESENTATION" oor:type="xs:string" oor:op="replace">
-        <value>Thorndale;Times New Roman;Bitstream Vera Serif;Times;Lucida Serif;Lucida Bright;Timmons;New York;Serif</value>
+        <value>Norasi;Garuda;Thorndale;Times New Roman;Bitstream Vera Serif;Times;Lucida Serif;Lucida Bright;Timmons;New York;Serif</value>
       </prop>
       <prop oor:name="LATIN_SPREADSHEET" oor:type="xs:string" oor:op="replace">
-        <value>Albany;Arial;Bitstream Vera Sans;Helvetica;Lucida;Geneva;Helmet;SansSerif;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
+        <value>Norasi;Garuda;Albany;Arial;Bitstream Vera Sans;Helvetica;Lucida;Geneva;Helmet;SansSerif;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
       </prop>
       <prop oor:name="LATIN_TEXT" oor:type="xs:string" oor:op="replace">
-        <value>Thorndale;Times New Roman;Bitstream Vera Serif;Times;Lucida Serif;Lucida Bright;Timmons;New York;Serif</value>
+        <value>Norasi;Garuda;Thorndale;Times New Roman;Bitstream Vera Serif;Times;Lucida Serif;Lucida Bright;Timmons;New York;Serif</value>
       </prop>
       <prop oor:name="CJK_HEADING" oor:type="xs:string" oor:op="replace">
-        <value>HG Mincho Light J;MS Mincho;HG Mincho J;HG Mincho L;HG Mincho;Mincho;MS PMincho;HG Mincho Light J;MS Gothic;HG Gothic J;HG Gothic B;HG Gothic;Gothic;MS PGothic;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
+        <value>Norasi;Garuda;HG Mincho Light J;MS Mincho;HG Mincho J;HG Mincho L;HG Mincho;Mincho;MS PMincho;HG Mincho Light J;MS Gothic;HG Gothic J;HG Gothic B;HG Gothic;Gothic;MS PGothic;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
       </prop>
       <prop oor:name="CJK_PRESENTATION" oor:type="xs:string" oor:op="replace">
-        <value>HG Mincho Light J;MS Gothic;HG Gothic J;HG Gothic B;HG Gothic;Gothic;MS PGothic;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
+        <value>Norasi;Garuda;HG Mincho Light J;MS Gothic;HG Gothic J;HG Gothic B;HG Gothic;Gothic;MS PGothic;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
       </prop>
       <prop oor:name="CJK_SPREADSHEET" oor:type="xs:string" oor:op="replace">
-        <value>Andale Sans UI;MS Gothic;HG Gothic J;HG Gothic B;HG Gothic;Gothic;MS PGothic;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
+        <value>Norasi;Garuda;Andale Sans UI;MS Gothic;HG Gothic J;HG Gothic B;HG Gothic;Gothic;MS PGothic;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
       </prop>
       <prop oor:name="CTL_DISPLAY" oor:type="xs:string" oor:op="replace">
-        <value>Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
+        <value>Norasi;Garuda;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
       </prop>
       <prop oor:name="CTL_HEADING" oor:type="xs:string" oor:op="replace">
-        <value>Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
+        <value>Norasi;Garuda;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
       </prop>
       <prop oor:name="CTL_PRESENTATION" oor:type="xs:string" oor:op="replace">
-        <value>Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
+        <value>Norasi;Garuda;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
       </prop>
       <prop oor:name="CTL_SPREADSHEET" oor:type="xs:string" oor:op="replace">
-        <value>Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
+        <value>Norasi;Garuda;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
       </prop>
       <prop oor:name="CTL_TEXT" oor:type="xs:string" oor:op="replace">
-        <value>Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
+        <value>Norasi;Garuda;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
       </prop>
       <prop oor:name="SANS" oor:type="xs:string" oor:op="replace">
-        <value>Albany;Arial;Bitstream Vera Sans;Helvetica;Lucida;Geneva;Helmet;SansSerif;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
+        <value>Garuda;Albany;Arial;Bitstream Vera Sans;Helvetica;Lucida;Geneva;Helmet;SansSerif;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma</value>
       </prop>
       <prop oor:name="SANS_UNICODE" oor:type="xs:string" oor:op="replace">
-        <value>Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma;Albany;Arial;Helvetica;Lucida;Geneva;Helmet;SansSerif</value>
+        <value>Garuda;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma;Albany;Arial;Helvetica;Lucida;Geneva;Helmet;SansSerif</value>
       </prop>
       <prop oor:name="SERIF" oor:type="xs:string" oor:op="replace">
-        <value>Thorndale;Times New Roman;Bitstream Vera Serif;Times;Lucida Serif;Lucida Bright;Timmons;New York;Serif</value>
+        <value>Norasi;Thorndale;Times New Roman;Bitstream Vera Serif;Times;Lucida Serif;Lucida Bright;Timmons;New York;Serif</value>
       </prop>
       <prop oor:name="SYMBOL" oor:type="xs:string" oor:op="replace">
         <value>StarSymbol;OpenSymbol;Andale Sans UI;Arial Unicode MS;StarBats;Zapf Dingbats;WingDings;Symbol</value>
       </prop>
       <prop oor:name="UI_FIXED" oor:type="xs:string" oor:op="replace">
-        <value>Cumberland;Courier New;Bitstream Vera Sans Mono;Courier;Lucida Sans Typewriter;Lucida Typewriter;Monaco;Monospaced</value>
+        <value>Loma;Cumberland;Courier New;Bitstream Vera Sans Mono;Courier;Lucida Sans Typewriter;Lucida Typewriter;Monaco;Monospaced</value>
       </prop>
       <prop oor:name="FIXED" oor:type="xs:string" oor:op="replace">
-        <value>Cumberland;Courier New;Bitstream Vera Sans Mono;Courier;Lucida Sans Typewriter;Lucida Typewriter;Monaco;Monospaced</value>
+        <value>Loma;Norasi;Garuda;Cumberland;Courier New;Bitstream Vera Sans Mono;Courier;Lucida Sans Typewriter;Lucida Typewriter;Monaco;Monospaced</value>
       </prop>
       <prop oor:name="UI_SANS" oor:type="xs:string" oor:op="replace">
-        <value>Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma;Bitstream Vera Sans;Interface User;WarpSans;Geneva;Tahoma;MS Sans Serif;Helv;Dialog;Albany;Lucida;Helvetica;Charcoal;Chicago;Arial;Helmet;Interface System;Sans Serif</value>
+        <value>Loma;Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma;Bitstream Vera Sans;Interface User;WarpSans;Geneva;Tahoma;MS Sans Serif;Helv;Dialog;Albany;Lucida;Helvetica;Charcoal;Chicago;Arial;Helmet;Interface System;Sans Serif</value>
       </prop>
     </node>
 
@@ -432,22 +432,22 @@
     </node>
     <node oor:name="th" oor:op="replace">
      <prop oor:name="UI_SANS" oor:op="replace" oor:type="xs:string">
-        <value>OONaksit;Tahoma;Lucidasans;Arial Unicode MS;clearlyU</value>
+        <value>Loma;OONaksit;Tahoma;Lucidasans;Arial Unicode MS;clearlyU</value>
      </prop>
      <prop oor:name="CTL_DISPLAY" oor:type="xs:string" oor:op="replace">
-        <value>OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
+        <value>Norasi;Garuda;OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
      </prop>
      <prop oor:name="CTL_HEADING" oor:type="xs:string" oor:op="replace">
-        <value>OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
+        <value>Norasi;Garuda;OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
      </prop>
      <prop oor:name="CTL_PRESENTATION" oor:type="xs:string" oor:op="replace">
-        <value>OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
+        <value>Norasi;Garuda;OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
      </prop>
      <prop oor:name="CTL_SPREADSHEET" oor:type="xs:string" oor:op="replace">
-        <value>OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
+        <value>Norasi;Garuda;OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
      </prop>
      <prop oor:name="CTL_TEXT" oor:type="xs:string" oor:op="replace">
-        <value>OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
+        <value>Norasi;Garuda;OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
      </prop>
     </node>
     <node oor:name="ja-jp" oor:op="replace">
Index: officecfg/registry/data/org/openoffice/Office/Calc.xcu
===================================================================
RCS file: /cvsroot/thaioo/OpenOffice_Test/officecfg/registry/data/org/openoffice/Office/Calc.xcu,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 Calc.xcu
--- officecfg/registry/data/org/openoffice/Office/Calc.xcu	15 Sep 2004 05:32:55 -0000	1.1.1.1
+++ officecfg/registry/data/org/openoffice/Office/Calc.xcu	17 Sep 2004 18:02:31 -0000
@@ -210,4 +210,32 @@
 			</node>
 		</node>
 	</node>
+	
+	<!-- Default English and Thai sort list data -->
+	<node oor:name="SortList">
+  		<prop oor:name="List" oor:type="oor:string-list">
+   			<value>Sun,Mon,Tue,Wed,Thu,Fri,Sat
+Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday
+Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec
+January,February,March,April,May,June,July,August,September,October,November,December
+A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
+อา.,จ.,อ.,พ.,พฤ.,ศ.,ส. อาทิตย์,จันทร์,อังคาร,พุธ,พฤหัสบดี,ศุกร์,เสาร์ ม.ค.,ก.พ.,มี.ค.,เม.ย.,พ.ค.,มิ.ย.,ก.ค.,ส.ค.,ก.ย.,ต.ค.,พ.ย.,ธ.ค. มกราคม,กุมภาพันธ์,มีนาคม,เมษายน,พฤษภาคม,มิถุนายน,กรกฎาคม,สิงหาคม,กันยายน,ตุลาคม,พฤศจิกายน,ธันวาคม ก,ข,ฃ,ค,ฅ,ฆ,ง,จ,ฉ,ช,ซ,ฌ,ญ,ฎ,ฏ,ฐ,ฑ,ฒ,ณ,ด,ต,ถ,ท,ธ,น,บ,ป,ผ,ฝ,พ,ฟ,ภ,ม,ย,ร,ล,ว,ศ,ษ,ส,ห,ฬ,อ,ฮ</value>
+  		</prop>
+ 	</node>
+	<!-- End sorlist -->
+		
+	<node oor:name="Print">
+		<node oor:name="Other">
+			<prop oor:name="AllSheets" oor:type="xs:boolean">
+				<value>false</value>
+			</prop>
+		</node>
+	</node> 
+	<node oor:name="Content">
+  		<node oor:name="Update">
+			<prop oor:name="Link" oor:type="xs:int">
+				<value>0</value>
+			</prop>
+		</node>
+	</node>
 </oor:component-data>
Index: officecfg/registry/data/org/openoffice/Office/Common.xcu
===================================================================
RCS file: /cvsroot/thaioo/OpenOffice_Test/officecfg/registry/data/org/openoffice/Office/Common.xcu,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 Common.xcu
--- officecfg/registry/data/org/openoffice/Office/Common.xcu	15 Sep 2004 05:32:55 -0000	1.1.1.1
+++ officecfg/registry/data/org/openoffice/Office/Common.xcu	17 Sep 2004 18:02:31 -0000
@@ -108,10 +108,10 @@
   </node>
   <node oor:name="ExternalApps">
     <prop oor:name="http" oor:op="replace" oor:type="xs:string">
-      <value/>
+      <value>mozilla</value>
     </prop>
     <prop oor:name="https" oor:op="replace" oor:type="xs:string">
-      <value/>
+      <value>mozilla</value>
     </prop>
     <prop oor:name="ftp" oor:op="replace" oor:type="xs:string">
       <value/>
@@ -434,6 +434,15 @@
           <value>false</value>
         </prop>
         <node oor:name="ExecutionArguments"/>
+      </node>
+    </node>
+  </node>
+  <node oor:name="Filter">
+    <node oor:name="HTML">
+      <node oor:name="Export">
+        <prop oor:name="Encoding" oor:type="xs:int">
+          <value>87</value>
+        </prop>
       </node>
     </node>
   </node>
Index: officecfg/registry/schema/org/openoffice/Office/Calc.xcs
===================================================================
RCS file: /cvsroot/thaioo/OpenOffice_Test/officecfg/registry/schema/org/openoffice/Office/Calc.xcs,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 Calc.xcs
--- officecfg/registry/schema/org/openoffice/Office/Calc.xcs	15 Sep 2004 05:32:56 -0000	1.1.1.1
+++ officecfg/registry/schema/org/openoffice/Office/Calc.xcs	17 Sep 2004 18:02:31 -0000
@@ -8862,7 +8862,7 @@
 						<label xml:lang="kn-IN">Decimal places</label>
 						<label xml:lang="gl">Decimal places</label>
 					</info>
-					<value>2</value>
+					<value>10</value>
 				</prop>
 				<prop oor:name="RegularExpressions" oor:type="xs:boolean">
 					<!-- UIHints: Tools - Options  Spreadsheet  Calculate  [Check box] Enable regular expressions in formulas -->
Index: officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
===================================================================
RCS file: /cvsroot/thaioo/OpenOffice_Test/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 Linguistic.xcs
--- officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs	15 Sep 2004 05:32:56 -0000	1.1.1.1
+++ officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs	17 Sep 2004 18:02:31 -0000
@@ -330,7 +330,7 @@
 					<label xml:lang="kn-IN">Default language for CJK linguistics</label>
 					<label xml:lang="gl">Default language for CJK linguistics</label>
 				</info>
-				<value/>
+				<value>th-TH</value>
 				<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
 			</prop>
 			<prop oor:name="DefaultLocale_CTL" oor:type="xs:string">
Index: scp/source/office/profile.scp
===================================================================
RCS file: /cvsroot/thaioo/OpenOffice_Test/scp/source/office/profile.scp,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 profile.scp
--- scp/source/office/profile.scp	15 Sep 2004 05:29:43 -0000	1.1.1.1
+++ scp/source/office/profile.scp	17 Sep 2004 18:04:07 -0000
@@ -2711,7 +2711,9 @@
     ModuleID = GID_MODULE_SO_ROOT;
     Path        = "org.openoffice.Office.Linguistic/General";
     Key         = "DefaultLocale";
-    VALUE_ALL_LANG_LETTER_NON_ASIA;
+    //VALUE_ALL_LANG_LETTER_NON_ASIA;
+    // fixed to English locale
+    Value	= "en-US";
 #ifdef SRV_PRODUCT
     Styles      = (CFG_STRING);
 #else
