1fc0a0157b
a portal_languages tool that you can add to your Plone site in the ZMI. You can select the allowed and default languages and choose from a number of negotiation schemes. PR: ports/68659 Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
24 lines
681 B
Text
24 lines
681 B
Text
To complete the installation of PloneLanguageTool:
|
|
|
|
- Restart Zope. This may be done from the Zope Control Panel.
|
|
|
|
With Plone (optional)
|
|
|
|
- Use Plone Setup, to install PloneLanguageTool product.
|
|
|
|
With CMFQuickInstaller (optional)
|
|
|
|
- Use the QuickInstaller tool to register PloneLanguageTool in your portal
|
|
instance
|
|
|
|
Without CMFQuickInstaller
|
|
|
|
- Create an ExternalMethod object inside your portal object with the
|
|
following data:
|
|
|
|
Id: install_PloneLanguageTool
|
|
Title: installs PloneLanguageTool to this portal
|
|
Module Name: PloneLanguageTool.Install
|
|
Function Name: install
|
|
|
|
- Run this newly created ExternalMethod by clicking on the test tab.
|