Cool, thanks. Ok.
A follow-up question...
After the tables were translated into global ones, the names of the objects stopped responding to the selected language. (in the tables, the names of the objects that they take from the tab of the object's properties, i.e. their name for each language).
There was no such problem with local tables...
What could be the problem?
example:
t_items_nam = {
[1] = Objects["itm1"]:getTextStr(VObjectName),
[2] = Objects["itm2"]:getTextStr(VObjectName),
[3] = Objects["itm3"]:getTextStr(VObjectName),
[4] = Objects["itm4"]:getTextStr(VObjectName),
[5] = Objects["itm5"]:getTextStr(VObjectName),
[6] = Objects["itm6"]:getTextStr(VObjectName),
[7] = Objects["itm7"]:getTextStr(VObjectName),
[8] = Objects["itm8"]:getTextStr(VObjectName),
[9] = Objects["itm9"]:getTextStr(VObjectName),
[10] = Objects["itm10"]:getTextStr(VObjectName),
[11] = Objects["itm11"]:getTextStr(VObjectName),
[12] = Objects["itm12"]:getTextStr(VObjectName)
}