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.
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 ..
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...
thats coollooks like im about to eat your brains for that
example example .. As soon as u get some free time .. =)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks