Internationalizing Table Names
Archived from the Xataface Users forum.
jonbfl — Sun Sep 18, 2011 10:16 am
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)
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…
shannah — Mon Sep 19, 2011 9:07 pm
On the right track.
It’s
tables.tablename.label=”Internationalized Label”
e.g.
tables.people.label = “Peeps”
-Steve