Examples | Developer's Guide | ASP.NET Developer's Guide

  1. Getting Started
  2. Applying Stylesheet
  3. Using Asset Manager Add-on
  4. Advanced Settings
  5. Extending the Editor
  6. Toolbar
  7. Localization
  8. FAQ

VII. Localization

You can localize the Editor to be displayed in specific language by setting Language property:

<editor:wysiwygeditor
Runat="server"
scriptPath="scripts/"
Language="german"
AssetManager="/assetmanager/assetmanager.asp?lang=german"
AssetManagerWidth="600"
AssetManagerHeight="445"
Content="Hello World!"
ID="oEdit1" />

The current available values for Language property are: danish, dutch, finnish, french, german, schi (Chinese Simplified), tchi (Chinese Traditional), norwegian, spanish, swedish. If Language property is not specified, English version will be displayed.

The code above will also localize the Asset Manager add-on.



© 2003-2005, INNOVA STUDIO (www.InnovaStudio.com). All rights reserved.