Sunday 12 December 2010 7:17:22 am
You can use i18n template operator to mark your strings for translation. Take a look at the URL below for examples: http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Template-operators/Formatting-and-internationalization/i18n Default eZ Publish translation files are located in share/translations folder and, ofcourse, you can add your own translation files in your extension. You need to add the following in your site.ini
[RegionalSettings]
TranslationExtensions[]=myextension and place your translation files in the folder extension/myextension/translations with the same folder/file structure as share/translations folder.
eZ Publish certified developer
http://ez.no/certification/verify/350658
|