My target is to assign a number to the string in the array.
$lang = array (
'title' => "Der Anti-Spam Dienst",
'button-login' => "Jetzt $number via Twitter anmelden."
);
The $number should be set like $lang['button-login'][5] - but I don't have any idea how to access the variable in the array. maybe you can help me.
Thanks!