What is Language option in uipath Studio VB and C#

Hi @T_Y_Raju

VB

Visual Basics.NET, or VB.NET, is an object-oriented programming language developed by Microsoft. It supports multiple features, including polymorphism, encapsulation, abstraction and inheritance. Moreover, it’s a productive tool for creating web, Office, Windows, and other mobile applications built on the .NET framework.
Because RPA UiPath is a low-code platform, it provides a more straightforward method for writing custom code or logic and building workflows with Invoke Code Activity.

C#

C# is a strongly typed, object-oriented and multi-paradigm programming language developed by Microsoft running on the .NET framework. Application of the language is often targeted for Windows and mobile applications. Also, it’s modern and simple, providing developers the features and flexibility to build software for future use.

Because it’s based on C+ and C++, it won’t be difficult for you to grasp C# if you already know the other two. Even though it’s simple to learn, its syntax is highly expressive.

Have a look on the thread

Regards
Gokul