Running the following SQL query will give you a list of all translation object tpl files registered to the system. Currently set to only show Import and Export Translation objects.
SELECT [Filename]
FROM [GENTRANDatabase].[dbo].[Template_tb]
where IsSystem = 0
and Type in (0,1)
No comments:
Post a Comment