Database Design and Internationalization
Tue, 2 Aug 2005 08:11:01 -0700
Hi,
Does anyone have any good references, guides, best practices, musings or
examples of how to create a database that stores data from different users
and user languages from all over the world. I understand .net Localization
and how and when to use Resource files and how to display multilingual data,
...
|
Acceptez gratuitement les cartes de crdits sur votre site
Mon, 1 Aug 2005 17:13:50 +0200
...
|
Exception strings
Sun, 31 Jul 2005 23:10:27 -0500
What is the standard practice for throwing exceptions with
internationalization in mind? The Exception object requires a string.
Obviously, we shouldn't be hard-coding strings. Are we forced to load from a
resource file every time?
...
|
Best of both worlds internationalizing NL applications ...
Sat, 30 Jul 2005 13:27:20 -0600
Michael, et al,
Summarizing an ongoing discussion on <news:comp.ai.nat-lang>, there
seems to be a radically different approach to internationalizing NL
applications that apparently no one (including myself) had previously
considered.
The problem:
Take your choice - you can do a shallow analyses on N ...
|
The facts you should know about making money online!
Thu, 28 Jul 2005 20:38:09 +0100
-Discover how to get 1 Million visitors without paying a dime
in
advertising!
-Discover how a young 31 years old man just became
a
millionaire on the Internet... in weeks!
He paid cash for a Porsche 911 Carrera convertible and a
giant domain
with private lake in only 28 days.
More than 20,000 people have be ...
|
Change the DecimalSeparator just for one application
Tue, 26 Jul 2005 17:35:38 -0700
Hi there,
We have coded a pretty big application that's dealing with plain text
files containing float numbers with the format "33.21" for instance.
So what we are doing when importing those files into our app is
myFloatNumber = Csng(myNumberStr)
Everything worked find until we tried our app on a French ...
|
Indian languages - Telugu font
Mon, 25 Jul 2005 09:20:14 -0700
Hi All,
I am developing small application for my client.
This application needs Interface in all major Indian languages such as
Telugu,hindi etc.
I added telugu resource file to my application. But When I am trying to
type some text in telugu it's not appearing. It's appearing in english only.
How ...
|
|
|
Resources Storage Media, Which is Fast, MS SQL or flat resource files
Mon, 25 Jul 2005 12:49:13 -0700
Hi friends,
I am working on website in .net in 3 languages, French, German and English.
Later on we will add more languages like Japanese etc.
I saw lots of tutorials, where small demos are made in .net localization
resource files.
My site has lots of paras, images, and strings.
Now my questions is, whic ...
|
DataGrid Header Cuttoff Problem in Windows XP
Wed, 20 Jul 2005 23:14:02 -0700
When the header text of DataGrid is Right aligned ,then the last few
pixels of the header text is clipped off.I tried padding the text with
a space or two but this seems to be trimmed before the text is
rendered.
This problem is detected in windows XP.But when the same code is run on
Windows 2000 ,then ...
|
String resources and VS 2005
Wed, 20 Jul 2005 18:51:51 -0400
Hi,
I created a new Winforms project named LocalizationDemo.
I added a new resource file named LocalizationDemo.resx. When I added this
file the IDE created a LocalizationDemo.Designer.cs file which declares an
internal "LocalizationDemo" class.
Now I add another resource file, LocalizationDemo.es-ES ...
|