|
|
Browse by Tags
All Tags » language
Sorry, but there are no more tags available to filter with.
-
Hi,
is there any way to set CE interface culture for the whole project instead of setting CustomCulture for every instance?
Thanks.
-
Sorry, on re-reading my original post, i realize that since i was writing while thinking about something else, i have been really imprecise, something i usually try to avoid in my posts when i'm at the questionning end of the discussion. Sorry, let's reboot this :)We have a DotNetNuke site that uses CuteEditor for its html edition. Since ...
-
Hello everyone
We are currently in the last steps before publication of our website on the web. While ironing out some details, we realized that the link dropdownlist of the CuteEditor wasn't localized. We have a Localization module for our pages that allows us to change their titles according to the language...
My question is the ...
-
arkus_cesar,
CuteEditor auto-detects IE's culture setting to decide what language to use. If developers need server side control, we also provide API to override the setting acquired from client browsers.
To change editor's language or culture to es-MX, you should do:
Editor1.CustomCulture = ''es-MX'';
In this ...
|
|
|