Thanks, as said, had the translations OK (in both styles in case of), language.cbteamplugins was already loaded, but had the Multiple columns activated. So configuring back to Single column... Works fine, don't need to add cbimport( 'language.cbteamplugins' ); to the top of getQuery function.
Have tested the following query and as far as you live Rows and Columns to Single, translation works (for sure, in that case it's only displaying the 1st field)
SELECT `cb_gender`,`cb_country`
FROM `jos_comprofiler`
WHERE `user_id` = '[user_id]'
Seems that multiples rows or columns give problems even adding cbimport( 'language.cbteamplugins' ); to the top of getQuery function. .
Now with these 2 translations systems in parallel, I have to duplicate some strings for each language (eg. 250 country names) x number of languages of the site...you imagine the work.