Skip links

Label kodunun dile göre içeriğine kod ekranından ulaşmak


Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 117

Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 118

Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 117

Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 118
Label kodunun dile göre içeriğine kod ekranından ulaşmak

Merhaba
Label kodunun metnine ulaşmak için bu job örneğini kullanabilirsiniz.
[sourcecode language=”csharp”]
static void retrieveLabel(Args args)
{
Syslabel  label = new label(“TR” ); //”En-us”
Str     someTxt;
;
someTxt = strFmt( label.extractString( literalStr(“@SYS92165”) ) );
info(someTxt);
}
[/sourcecode]

Join the Discussion