Using multilingual variables for mysite
New Oceans - October 25, 2008 - 10:43
| Project: | MySite |
| Version: | 5.x-3.3 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
First things first:
- Drupal: 5.7
- MySQL database: 5.0.67
- PHP: 5.2.6-0.dotdeb.1
- Mysite: 5.x-3.3
I'm using internationalization module (i18n) for creating multilingual sites. This module uses multilingual variables to create e.g. multilingual site information. For documentation, see:
- http://drupal.org/node/134002
I would like to create multilingual variables for mysite page information like:
- MySite Sitename
- Personal Page Title
- Et cetera
Does anyone know how to create these (or: how to find out the names of used variables)?

#1
Look in the {variables} table for variables prefixed 'mysite_'.
#2
Many thnx!
BTW
Didn't know this way to find out variable names.
It's so much easier than I thought i'd be ;)
Cheers Mate!