Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: any comment on this one please
Hello,
i have had a big headache on this one, but i guess this would be a good workaround to be dynamic in multilangual reports. but i need some advice if this would be a good workaround.
if you please read the messages in this tree then you would understand the case.
this would be the workaround:
one table having the languages (language, isonumber of the document
(unique), language code, the location of the
language-dependend-configurationfile).
one table having categories (category_id and category_name)
one table having the language id and the category_id and the block_name in
the configurationfile.
this configuration file would be an xml document containing the blocks of categories. the blocks contains the language information and translations which will feed the report by the choise made in the application.
<dutch>
<block1="block1">
-having information-
</block1>
<block2="block2">
-having information-
</block2>
</dutch>
would it be a good workaround or does somebody have some advice. it would also work with ini-files, but this is platform dependend.
thanx in advance,
danny
Received on Sun Feb 16 2003 - 08:16:41 CST
![]() |
![]() |