Hi Mohammad,
Check out the language settings page both on the Site Administrator and Journal Manager's homes. With these configured properly, a pulldown list will be shown on the sidebar of every page. If you'd like to move the pulldown elsewhere, you can take the pulldown code from templates/common/sidebar.tpl starting with:
- Code: Select all
{if $enableLanguageToggle}
...and ending with...
- Code: Select all
{/if}
...and move it into another template depending on where you want it to appear.
I'd suggest reviewing the OJS Technical Reference for information on how to find a template given a URL. It's available from the OJS Documentation page on the PKP website.
Regards,
Alec Smecher
Public Knowledge Project Team