Hi Rudy,

We put additional info in the Object Name, then read it as needed:

                                                        : 
(Position("<";aObjNam{$j})>0)  //Label is Text, Object Name set 
"Text1<gInvFrmLbl2>" since Title="<gInvFrmLbl2>" does not Get Title
                                                                
$start:=Position("<";aObjNam{$j})+1
                                                                
$length:=Position(">";aObjNam{$j})-$start
                                                                
$varname:=Substring(aObjNam{$j};$start;$length)
                                                                $varptr:=Get 
pointer($varname)
                                                                
$title:=$varptr->

HTH
Spencer

On 11/9/19, 8:30 AM, "4D_Tech on behalf of Two Way Communications via 4D_Tech" 
<[email protected] on behalf of [email protected]> wrote:

    In my application, all forms are designed to display their content in 2 
languages.
    
    Therefore, I use xliff in static text objects that I use as labels, e.g.  
in the ’title’ of the static text object, I put ‘:xliff:settings_00/01’
    

**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to