Index: /FCKeditor.Java/trunk/src/site/apt/connector.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 2292)
+++ /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 2293)
@@ -32,5 +32,5 @@
   It takes two steps to enable it:
 
-  [[1]]  Declare the ConnectorServlet in your <<<web.xml>>>
+  [[1]]  Declare the ConnectorServlet in your <<<web.xml>>>:
 
 +------------------------------------------------------------------------------+
Index: /FCKeditor.Java/trunk/src/site/apt/i18n.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/i18n.apt	(revision 2292)
+++ /FCKeditor.Java/trunk/src/site/apt/i18n.apt	(revision 2293)
@@ -24,3 +24,22 @@
 Internationalization
 
+  The interation pack offers you the possibility to localize any string responded to the user
+  on a global basis and on a per locale basis and independently from the deployed
+  framework/system (JSTL, Struts, Request, and other).
   
+  It takes two steps to respond localized strings it:
+
+  [[1]] <<The interface>>
+
+        We provide an interface to resolve the user locale in order to retrieve
+        the corresponding strings.\
+
+        {{{java-core/apidocs/net/fckeditor/localization/LocaleResolver.html}<<<net.fckeditor.localization.impl.LocaleResolver>>>}}
+
+  [[2]] <<The strings>>
+
+        dfdfdf
+
+  []
+
+  Done
Index: /FCKeditor.Java/trunk/src/site/apt/properties.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/properties.apt	(revision 2292)
+++ /FCKeditor.Java/trunk/src/site/apt/properties.apt	(revision 2293)
@@ -142,10 +142,15 @@
 *-------------------------------+-------------------------------------------+---------------------------+---------------------------------------------------+
 
-* Messages
+* Localization
 
-  sss
+  This section shows all messages which are responded to the user and can be
+  localized. See {{{i18n.html}I18n}} for more details.
 
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-|| Property                     	|| Default									|| Valid Values	|| Description                                     ||
+|| Property							|| Default									|| Valid Values	|| Description                                     ||
+*-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
+| localization.localeResolverImpl	| {{{java-core/apidocs/net/fckeditor/localization/impl/AcceptLanguageHeaderResolver.html}<<<net.fckeditor.localization.impl. | any fully-qualified class | Provides localization capabilites for the integration pack. For more details see {{{i18n.html}here}}. |
+|									|AcceptLanguageHeaderResolver>>>}}			| name of a valid {{{java-core/apidocs/net/fckeditor/localization/LocaleResolver.html}<<<LocaleResolver>>>}} |  |
+|									|											| implementation|													|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
 | message.compatible_browser.yes	| Your browser is fully compatible			| any string	| Indicates that the browser is fully compatible.	|
