[TYPO3-dev] record localization
Franz Holzinger
franz at fholzinger.com
Wed Jun 28 13:12:28 CEST 2006
Hello Nikolas,
I prefer a solution to have a language overlay table where the first
table has all fields and the second only the texts and images to translate.
c. Would result in something like:
------------------------------------------------------------------------
----
|UID|number|short description|long description|
------------------------------------------------------------------------
----
Table
| 1 |000001|good book | very good book |
------------------------------------------------------------------------
----
Language Overlay Table
|UID|short description|long description|sys_language_uid|parent_uid
| 2 |gutens buch | sehr gutes Buch|1 |1
|
> ------------------------------------------------------------------------
>
> If i would like empty localized fields being overlayed by the the
> default language,
> things will become even more complicated. Any "elegant" hints on that?
>
> Are there any API functions making it easier to deal with this problem?
>
You can use the Table Library extension for case c.)
- Franz
More information about the TYPO3-dev
mailing list