Comment 8 for bug 897412

Revision history for this message
Allen Wyma (allen-wyma) wrote :

So has this fix been confirmed or not? I need to print out some reports with products names in Chinese and in English on the same report. I make calls like this:

                                         <% setLang('en_CA') %>
      ${line.product_id.name or ''|entity}<br />
     <% setLang('zh_HK') %>
     <b>${line.product_id.name or ''|entity}</b>

But both names keep coming up in English. This is the same fix, right?