Do'h! Accidently I deleted a post by RCarey ...
Here it is again
Henning,
I got the feature to pull in a language-specific file, but only after a
change of the code. I could not get any text value fromInstead, I used this code snippet:$userLanguage = JFactory::getLanguage();
$gantry->addStyle('language-'.$userLanguage->getTag().'.css');
...and the returned tag value has the country portion in uppercase:
de-DE
Thought I'd report this in case someone else later reads this thread and
wants to try the solution.