Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Internationalization / December 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
fileEncoding30 Dec 2004 19:59 GMT5
In asp .Net app, a web.config file can have the following
<globalization fileEncoding="iso-8859-1" requestEncoding="iso-8859-1"
responseEncoding="iso-8859-1"/>
Tag for the whole web site
Boolean.ToString30 Dec 2004 00:35 GMT2
The overload Boolean.ToString(IFormatProvider) ignores the passed parameter
and regardless returns either Boolean.FalseString or Boolean.TrueString
which are hard coded in mscorlib.dll to "False" and "True" respectively.
Is there any way in .NET of formatting a Boolean type to the ...
sharing resources across solutions29 Dec 2004 23:19 GMT1
We have 2 solutions that share several projects. The assemblies for both
solutions (if they are both installed on a server pc) reside in the same
directory
What's the best way to localize so that string resources, for the shared
Strange encoding behaviour29 Dec 2004 20:53 GMT1
Good Morning,
I've the following problem :
I want to translate some page of my site using babelfish translator of
Altavista,
Changes to resource files not found in build.28 Dec 2004 23:51 GMT1
Hello. I'm working on an application in VB.Net using Visual Studio .Net 2003. Since our application has to be in Engligh and in French (depending upon user selection), we're using the ResourceManager class to reference the localization .resx files. Here's the problem:
Changes we ...
.NET Internationalisation Standards?28 Dec 2004 23:39 GMT1
Are there any recognised tests or guidelines for checking that an
application is able to run in a non-US environment?
We are currently trying to lists tests for QA to run to check that our
application will be able to run in other countries - for example test it
use Assembly Linker28 Dec 2004 23:25 GMT1
hi everybudy,
I am using Assembly Linker to generate my satellite assembly because when
the satellite assembly is generated automatically when I compile the project
this assembly cannot be edited. But when I use Assembly Linker the satellite
Changing the Text to japanese28 Dec 2004 23:17 GMT1
(Type your message here)
--------------------------------
From: Smitha Ghatke
hi
Discover whether font supports Chinese25 Dec 2004 05:44 GMT4
I would like to discover whether a font support chinese characters so I can
display it in a list of options that the chinese text can be displayed in.
I am running US English version of Windows and not Chinese Windows.  I would
like to show a list of fonts filtered by whether they ...
Internationlization of MFC application23 Dec 2004 04:42 GMT1
Our application UI is developed using MFC in Visual C++.  To support
different languages, do we have to maintain  seperate resource file for each
language? Can we store the dialog strings like the text in a label, text in
a button in a seperate text file and somehow load in it? So ...
Localisating the Interface with ASPX19 Dec 2004 05:49 GMT2
I have been reading about localising the interface in .NET with windows
forms and resource files.
Can anyone confirm if this functionality is available with aspx
applications? Does it work the same way? If we are designing an aspx
Must resource files be compiled with the application?18 Dec 2004 19:43 GMT4
Do resource files need to be compiled into the application? If not, how can
I do this? If so, isn't that a bit of a limitation?
I'm thinking of a case where the translations may change somewhat
frequently - it would be easy to, say, swap out a text resource file, but
Sorting in the .net framework16 Dec 2004 16:28 GMT1
I've been trying to sort some data with the
System.Collection.Sortedlist object, in the 'fo-FO' culture.
Sorting for the 'fo-FO' culture doesn't seem to be working correctly,
as the letter 'Æ' (unicode c6) and 'æ' (unicode e6) seem to be sorted
How to use ResourceWriter.AddResource14 Dec 2004 12:50 GMT1
In my application, I want to add some new items to an existing resource
file. So, I wrote below lines.
//--------------
IResourceWriter rw = new
Win2k Terminal Server, CurrentCulture, and .NET.13 Dec 2004 20:38 GMT9
I have an issue where a .NET application is not seeing the correct culture of
a server as defined within the "Regional Options" settings of Control Panel.
I've gone through and set all of the options to German, but when my app
executes it reports the CurrentCulture (of the active ...
Pages: 1 2 November, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.