Localization

Update: August 27th, 2008

The current version is published with English (LCID 1033) and Slovene (LCID 1060) translations. If the script can’t find localization for your language, it will use english by default.

To have the ERTE in your language, under “//Localization arrays” duplicate the line:

var erte1033 = new Array(“Please inputtt details”,”Alt Text”,”This will be displayed in RSS feeds”,”Embed Code”,”Paste your Embed code here”,”Insert”,”Close”); //english

Then in the copied line translate the phrases in quotations and change the LCID and language at the end. If you don’t know the LCID of your SharePoint site, open it in Internet Explorer, in the address bar type javascript:alert(L_Menu_LCID) and press enter.

If you’ve localized the string, I’d be happy to receive it to add it to the new release. Just mail me the new line to boris [@] gomiunik [.] net. Thanks!

TOP