<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Tradurre_le_voci_di_una_taxonomy_in_Views</id>
	<title>Tradurre le voci di una taxonomy in Views - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Tradurre_le_voci_di_una_taxonomy_in_Views"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Tradurre_le_voci_di_una_taxonomy_in_Views&amp;action=history"/>
	<updated>2026-05-06T16:26:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Tradurre_le_voci_di_una_taxonomy_in_Views&amp;diff=7508&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: New page: ==Modulo Internationalization Views== È una funzionalità mancante, data dal modulo [http://drupal.org/project/i18nviews Internationalization Views | drupal.org].  Occorre però installar...</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Tradurre_le_voci_di_una_taxonomy_in_Views&amp;diff=7508&amp;oldid=prev"/>
		<updated>2011-01-12T21:35:48Z</updated>

		<summary type="html">&lt;p&gt;New page: ==Modulo Internationalization Views== È una funzionalità mancante, data dal modulo [http://drupal.org/project/i18nviews Internationalization Views | drupal.org].  Occorre però installar...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Modulo Internationalization Views==&lt;br /&gt;
È una funzionalità mancante, data dal modulo [http://drupal.org/project/i18nviews Internationalization Views | drupal.org].&lt;br /&gt;
&lt;br /&gt;
Occorre però installare la versione [http://drupal.org/node/801120 6.x-3.x-dev] altrimenti non funziona&lt;br /&gt;
&lt;br /&gt;
==Codice PHP con custom fileds==&lt;br /&gt;
&lt;br /&gt;
Usare [http://drupal.org/project/views_customfield Views Custom Field | drupal.org], ed inserire il codice php da *[http://drupal.org/node/346028#comment-3269102 Translate taxonomy term names in Views | drupal.org]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$term_name = tt(&amp;quot;taxonomy:term:$data-&amp;gt;tid:name&amp;quot;, $data-&amp;gt;term_data_name, NULL, TRUE);&lt;br /&gt;
$term_name = truncate_utf8($term_name, 22, FALSE, &amp;#039;...&amp;#039;);&lt;br /&gt;
print l($term_name, &amp;#039;taxonomy/term/&amp;#039; . $data-&amp;gt;tid);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Riferimenti==&lt;br /&gt;
*[http://drupal.org/project/i18nviews Internationalization Views | drupal.org]&lt;br /&gt;
*[http://stackoverflow.com/questions/2987642/taxonomy-terms-are-not-translated-in-an-exposed-filters-block drupal - Taxonomy terms are not translated in an exposed filters block - Stack Overflow]&lt;br /&gt;
*[http://drupal.org/node/346028#comment-2769734 Translate taxonomy term names in Views | drupal.org]&lt;br /&gt;
&lt;br /&gt;
*[http://dev.mariusilie.net/content/how-to-drupal-6-multilingual-views-and-i18n HOW TO: Drupal 6 Multilingual with Views and i18n | webDev]&lt;br /&gt;
*[http://groups.drupal.org/node/47478 how to filter views result to the current language nodes | groups.drupal.org]&lt;br /&gt;
*[http://drupal.org/node/285494 Filter taxonomy terms by language in views | drupal.org]&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>