mtl function

String? mtl(
  1. String code
)

Implementation

String? mtl(String code){
  return NUIMTLingual.get()?.lang(code);
}