Language Translation - In perspective, how to populate all translation terms in a dropdown?

Is there a way to populate all the translation terms in translation manager in UI, like in a dropdwn component or a table?

if its not filled through a binding you can probably adapt this to find everything across all your resources:

here it looks for text, but you could look for "label" too probably.

idk how table translation works though.

Hi @Rohit_Das,
keep a look at this exchange resource

A update will be made in a few that to allow what you want to do.

Regards

Hi @Rohit_Das,

The following resource is live on the exchange and include a search function for translatable terms.

This use the script of @victordcq with light modifications (Thank for that script victor).

Regards

1 Like

Is this going to work in Ignition 8.1.20?
Because when I imported this and try to open a view its showing error : 'Unable to deserialize resource'

I will try on 8.1.20 and i will let you know the result

Hi @Rohit_Das,

It's working for me. Here are the steps to follow:

  1. Download latest version of resource on Exchange
  2. Unzip the downloaded zip file
  3. Import into your project the zip file contained in the Project folder. Even if the folder is called Project this need to be imported in an existing project and not as a new project.

Hope this helps

Regard

Arnaud