Returns the programming language this script or add-in is written in.
# Get the value of the property.propertyValue = script_var.programmingLanguage
#include <Core/Application/Script.h>// Get the value of the property.ProgrammingLanguages propertyValue = script_var->programmingLanguage();