hi

is there a way to create the meta tag
e.g.

according to the current language ?

there was a discussion about this in german on:
http://www.drupalcenter.de/node/27502

   global $user;
   print '<meta name="language" content="' . $user->language . '" />';
    

thanks

andreas

Comments

akaserer’s picture

... seems like only integrated metatags can do that.

i found this

http://groups.drupal.org/node/83069

http://davidherron.com/book/topics/986-metatags-drupal-content

DamienMcKenna’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev

I'll add this to v1.

DamienMcKenna’s picture

Assigned: Unassigned » DamienMcKenna

This will be added to the next stable release.

DamienMcKenna’s picture

Assigned: DamienMcKenna » Unassigned
Issue summary: View changes
Status: Active » Closed (won't fix)

Unfortunately the module is no longer supported, so I'm closing this issue.