288 Assigning new texts to controls

I want to display elements on a form in multiple languages. I want to find the controls using their IDs and then assign the new texts to them. The ID names (and the new texts) are stored in an SQLite database.

How do I find the controls to store the new texts?

Sample:
ID = btnListe
Text = “Liste”

New text with ID in Database= listă

btnListe.value = ‘listă’

There is a simple function for this:

NSB.$(ID).value = Text