File mttroot/mtt/bin/trans/mtt_langname artifact c54b9eac8f part of check-in d6be3bf0b4
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: mtt_langname
# Returns the language name from System_rep.lang
# P.J.Gawthrop Feb 2000
# Copyright (C) 2000 by Peter J. Gawthrop
echo $1 | awk -F '.' '{print $2}'