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()
%>
Editor Class | CuteEditor Namespace