If I understood correctly, this should work: $params["$value_translation"] On Sun, Apr 26, 2015 at 2:52 PM, Ron Piggott <ron.piggott@xxxxxxxxxxxxxxxxxx > wrote: > I am wondering how to correctly represent the variable > $params['en-US_translation'] > > $value = 'en-US'; > > What I currently have is > > $params[{$value . '_translation'}] > > Thank you. > > Ron > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >