CuteEditor for ASP 6.6 Class Library

Editor.CustomCulture Property

Specify the culture name used in the current editor


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Specify the culture name used in the current editor.
           editor.CustomCulture = "fr-fr"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace