Examples | 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="de-DE"
AssetManager="/assetmanager/assetmanager.aspx?c=de-DE"
AssetManagerWidth="570"
AssetManagerHeight="510"
Content="Hello World!"
ID="oEdit1" />

The current available values for Language property are: da-DK(Danish), nl-NL(Dutch), fi-FI(Finnish), fr-FR(French), de-DE(German), zh-CHS (Chinese Simplified), zh-CHT (Chinese Traditional), nn-NO(Norwegian), es-ES(Spanish), sv-SE(Swedish). it-IT(Italian). If Language property is not specified, English (en-US) version will be displayed.

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



© 2008, INNOVA STUDIO (www.innovastudio.com). All rights reserved.