hello!
does anyone know how to make the links menus depend on the users current language settings?
using the internationalization module, it is possible to have the actual drupal system menus (eg "admin/create content") text be localized, but for menus where I create the content, is there a way these strings can also be replaced based on language?
eg the so called "primary links" menu (like support|downloads| etc on drupal.org )
I guess the other option is to have two sites like:
site/en site/jp
but that would probably mean the user would have to register twice etc?
thanks!