Closed Thread
Results 1 to 6 of 6

Thread: Multiple languages in one project in visual studio ??

  1. #1
    sp3tsnaz's Avatar
    sp3tsnaz is offline Learning Programmer
    Join Date
    Sep 2009
    Posts
    41
    Rep Power
    0

    Multiple languages in one project in visual studio ??

    i have heard people say that we can use multiple languages in one project .. i mean something like , doing multiple tasks with multiple languages in one single project ??

    is that true ?? and if yes then how can i do that .. please guide me where can i learn this thing ..

    Anyhelp is appreciated ..
    Thankyou in advance ..

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    FlashM is offline Learning Programmer
    Join Date
    Nov 2009
    Location
    Slovenia, Ljubljana (European Union)
    Posts
    90
    Rep Power
    9

    Re: Multiple languages in one project in visual studio ??

    Quote Originally Posted by sp3tsnaz View Post
    i have heard people say that we can use multiple languages in one project .. i mean something like , doing multiple tasks with multiple languages in one single project ??

    is that true ?? and if yes then how can i do that .. please guide me where can i learn this thing ..

    Anyhelp is appreciated ..
    Thankyou in advance ..
    I'm don't really understand what is it that you're trying to do. Can you give an example?

    Anyway, Visual Studio provides really simple way to localize your application and there are numerous ways on how to do it. One of the most complicated would be using satellite assemblies, another one would be to you resources file to store localized strings. If that is what you are refering to, please let me know so I can point you in right direction.

  4. #3
    sp3tsnaz's Avatar
    sp3tsnaz is offline Learning Programmer
    Join Date
    Sep 2009
    Posts
    41
    Rep Power
    0

    Re: Multiple languages in one project in visual studio ??

    umm no .. let me give you an example ... its like if i capture all the filenames in a particular directory using c# then if i have to generate an xml file or an html file for the user .. in that case ..

  5. #4
    FlashM is offline Learning Programmer
    Join Date
    Nov 2009
    Location
    Slovenia, Ljubljana (European Union)
    Posts
    90
    Rep Power
    9

    Re: Multiple languages in one project in visual studio ??

    Quote Originally Posted by sp3tsnaz View Post
    umm no .. let me give you an example ... its like if i capture all the filenames in a particular directory using c# then if i have to generate an xml file or an html file for the user .. in that case ..
    what about this? :-) Still not enough info to answer this question.
    Last edited by FlashM; 12-04-2009 at 03:09 AM.

  6. #5
    FlashM is offline Learning Programmer
    Join Date
    Nov 2009
    Location
    Slovenia, Ljubljana (European Union)
    Posts
    90
    Rep Power
    9

    Re: Multiple languages in one project in visual studio ??

    Oh, sorry now I get it :-) You mean like mixing different programming languages in one project. Sure, no problem :-) It is possible to write class libraries in C or VB.NET and reference those in your project which enables you to call methods and functions and do other stuff.

    It is also possible to write for example javascript code inside C# project class, but I have never done this before because usually I don't work with WEB applications a lot. But my colleges do that a lot. For example showing a google map inside ASP.NET application...

  7. #6
    sp3tsnaz's Avatar
    sp3tsnaz is offline Learning Programmer
    Join Date
    Sep 2009
    Posts
    41
    Rep Power
    0

    Re: Multiple languages in one project in visual studio ??

    thats cool looks like im about to eat your brains for that example example .. As soon as u get some free time .. =)

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Intermediate Visual Studio - C# Making Use of Visual Basic Namespace
    By chili5 in forum CSharp Tutorials
    Replies: 0
    Last Post: 08-26-2011, 01:53 PM
  2. Few questions on Visual studio ultimate 2010 and visual basic
    By Steamsteam in forum Visual Basic Programming
    Replies: 0
    Last Post: 10-26-2010, 05:14 PM
  3. Make own Library file for Visual Studio Languages
    By UbuntuX in forum Visual Basic Programming
    Replies: 7
    Last Post: 08-08-2010, 10:08 AM
  4. Replies: 3
    Last Post: 10-03-2008, 03:21 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts