Page 1 of 1

Internationalizing Table Names

PostPosted: Sun Sep 18, 2011 10:16 am
by jonbfl
I'm a bit unsure of how to get my 'display' tablenames right when I have multilingual content enabled?
I am trying to get the highest order Tabs renamed by language.

I thought it might be a language .ini syntax method -

like -

tables.authors.table.label = "Autor"
or
tables.authors.table.widget.label = "Autor"
(the above did not seem to work) :lol:

OR

is it the case I need a __sql__ method in conf.ini tables section (if that's the case could you show a hint??) I guess I would need a multilingual table for 'table_names'

OK then lol, my daily ration of queries...

8)

Re: Internationalizing Table Names

PostPosted: Mon Sep 19, 2011 9:07 pm
by shannah
On the right track.
It's
tables.tablename.label="Internationalized Label"
e.g.
tables.people.label = "Peeps"

-Steve