all groups > dotnet internationalization > september 2004
Resources for dll
Posted by ArvPart at 9/29/2004 11:08:45 AM
I have a class with multilenguage support using satellites assemblies. I
have done a form in the same project and the objects perfom correctly.
But if I use the assemblie of the class in other project, I obtain a
error message cause the object cannot find the resource archive for
neutral cu... more >>
How to incorporate Multi-Language support into the Web application using ASP.NET
Posted by Vinay Chopra at 9/29/2004 10:04:05 AM
Hi All,
I am a new joinee to the group.
Can someone come up with a small example explaining "How to incorporate
Multi-Language support into the Web application using ASP.NET."
Thanks in advance,
Vinay
... more >>
How to auto redirect to regional websites from the corporate websi
Posted by Karthik at 9/18/2004 4:57:03 AM
Hello All
We have a corporate website as well as many regional websites linked to
this. Presently I am working on redirecting the requests to the corporate
website from various geographical locations, to their respective regional
website.
So I want to know, how to detect the geographica... more >>
HOWTO: Convert Numbers to Text !?
Posted by Jochen Kalmbach at 9/12/2004 12:59:41 AM
Ok, it seems to be a trivial question...
But: I want arabic-indi or japanese numbers...
I could not find any setting to convert a number to an corresponding string
(NumberInfo does not provide any usefull properties).
The only solution is to change the user settings to "Farsi" and change ... more >>
Change CultureUIInfo at Runtime
Posted by Leonardo Ellermann at 9/10/2004 10:12:31 AM
Hi,
does any one nows how can i change the CultureUIInfo at runtime without
unloading the actual form or without restarting application?
The IDE-Designer do read any localizeble property from a component. Is there
any helper class that i can use to iterate any component on my form and
reset the... more >>
How is text inverted in charset windows-1255
Posted by at 9/7/2004 1:38:53 AM
I am not sure this is the right group, I wanted to know how
does internet explorer invert international characters in
web pages with charset
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
... more >>
change the System Code Page on XP Home
Posted by aa at 9/2/2004 8:55:22 PM
In w2k there is a buttone Set Default which allows to change the System =
Code Page.
How do I do it on XP Home?... more >>
Dynamically creating satellite assemblies with embedded resources
Posted by Notre Poubelle at 9/1/2004 3:55:02 PM
I'd like to create a satellite assembly dynamically, embedding rather than
linking resource files. I know I can use the assembly linker (al.exe) to
embed a .resources file, but I'd like to do it programmatically, using
something like the AssemblyBuilder class.
This is the same question that... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
I need asp.net or javascript functionality to show the date in the client's local date format
Posted by vikas sharma via .NET 247 at 9/1/2004 12:11:46 AM
Hi,
I am working in asp.net and want to show the date in the client's local date format(mm-dd-yyyy or dd-mm-yyyy).
Is there any asp.net or javascript functionality to customize the date format according to my client.
Regards,
Vikas Sharma
--------------------------------
From: vikas sh... more >>
|