File mttroot/mtt/bin/trans/mtt_langname artifact 080d1d07c0 part of check-in 5317e015fc
#! /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 | gawk -F '.' '{print $2}'