how to changelangaue in vs while writting code

Md Kashif Ibrahim 0 Reputation points
2023-05-13T07:07:50.97+00:00

how to changelangaue in vs while writting code

Community Center | Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 14,185 Reputation points MVP
    2023-05-13T18:58:02.89+00:00

    If you are referring to changing the programming language in Visual Studio (VS) while writing code, you can't directly "change" the language of a file in the middle of your work. The language is determined by the file extension (.cs for C#, .js for JavaScript, etc.). If you want to start writing code in a different language, you will need to create a new file with the appropriate extension for that language.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.