View Single Post
  #1  
Old 11-05-2012, 04:33 AM
 
movilla movilla is offline
 

Advanced Member
  
Join Date: Apr 2005
Posts: 37
 

Default Dynamic Language labels - are they possible

I am trying to create a tool tip for product options.

My idea is to create a unique label for each product option using the classid value of the product option.

Example:
$lng.lbl_product_class_22
$lng.lbl_product_class_23
$lng.lbl_product_class_24
$lng.lbl_product_class_25

My problem is how do I combine the classid variable {$v.classid} with my prefix for the label; $lng.lbl_product_class_ to end up with the correct label showing.

E.g.

classid = 50

should end up with a label:

$lng.lbl_product_class_50
__________________
4.5.2 gold
Reply With Quote