Getting the name of a language resource or field template retrieves only the object GUID, not the name

I am trying to list the language resource and field templates of a GroupShare 2017 server through the Studio 2017 API, e.g.

 

obj.serverTM;

MessageBox.Show(serverTM.LanguageResourcesTemplate.name);

 

With Studio 2015/GroupShare 2015 the above returned the template name, however, it now retrieves the template GUID.

 

Is there any other property for retrieving the template name?