Localization Sample
This page demonstrates how to localize the user interface of edit-on Pro using one of four available locale settings.

Please choose a locale from the dropdown box:

The editor's locale can be set using following JavaScript method within the applet's JavaScript configuration:

<script type="text/javascript">
eop = new editOnPro(898, 400, "eop_inst1", "myId", "eop");
......
// The JavaScript configuration API method setLocaleCode() sets
// the editor's locale 
// you can use eop.getLocaleFromBrowser() to set the locale used by 
// the browser
eop.setLocaleCode(eop.getLocaleFromBrowser());
....
</script>
                    							

Links to the configuration files:

Back to Samples Index