all groups > dotnet internationalization > october 2006
Guidelines to Internationalisation???
Posted by Meena at 10/31/2006 12:00:00 AM
We are currently creating our application only in English language.
We are now planning to adopt multilinguality in our application.
Our Front End is VB.Net
Back End is SQL Server.
OS - Windows 2003 Server Enterprise Edition.
Can any of you give me some guidelines regarding how to start this
... more >>
Problem accessing satellite assemblies in VS2005
Posted by pdcossette at 10/27/2006 10:05:01 AM
I have an ASP.NET application that stores strings in .resx files in the
App_GlobalResources folder. These files are sent to another company for
translation and returned in satellite assemblies, which are then placed in
the bin folder of the web application. When deployed the application uses... more >>
international boolean values
Posted by Bostjan at 10/24/2006 7:00:02 AM
I' m having problem converting boolean values with vb.net 2003 CBOOL
function. On english windows XP SP2 is working ok but on any other language
of windows i get this error:
Error: System.InvalidCastException: Cast from string "NeresniÄno" to type
'Boolean' is not valid. ---> System.Format... more >>
Entering Uncode Data
Posted by Meena at 10/14/2006 12:00:00 AM
How do I enter unicode data into SQL Server database?
Regards
Meena
... more >>
Microsoft Installer
Posted by aprajitha at 10/11/2006 10:35:02 AM
Is it possible to develop a single installer in .net that can be used for
three languages,say english,Japanese and German or should we develop separate
installers for different locales?... more >>
DataSet.LocaleNumberFormat Problem
Posted by schaf NO[at]SPAM 2wire.ch at 10/9/2006 10:50:56 PM
Hi NG !
I run the following code on a Windows XP Professional SP2 and it works
fine...no Problem:
System.Globalization.NumberFormatInfo numberFormatInfo =
System.Threading.Thread.CurrentThread.CurrentUICulture.NumberFormat.Clone()
as System.Globalization.NumberFormatInfo;
numberFormatI... more >>
WinRes V2 Problem with DataSet On Form
Posted by James Hancock at 10/2/2006 10:27:58 AM
Hey All, I'm trying to use WinRes to do localization into French from
English. When I open the resx file I get the following error:
Warning: Failed to load the type for component 'Details'.
Error - Failed to load the resource due to the following error:
System.NullReferenceException: Object r... more >>
|