In multilanguage shop in any template (including bootstrap) TC1 out only first language values for pull_down_menu attributes. It's not correct behavior.
Also the same problem exists in admin panel: when I try to set attributes for a product I can only select Language1 even if I switched admin panel interface to Language2.
Example:
I have 2 languages and I add attribute language definitions for drop-down menu
Description:
Example:
I have 2 languages and I add attribute language definitions for drop-down menu
No matter which language is used in admin panel or on the site ALL pull_down_menu values always showed as the Language1 is set.
Solution:
$attributes = $osC_Product->getAttributes(); shall always consider which language is active now for the site.
The same fixes shall be done for admin panel in Product -> Attributes Tab