all groups > dotnet internationalization > april 2007
Detecting whether Chinese characters are installed
Posted by Hugh Robinson at 4/19/2007 11:55:35 AM
I have a dropdown for language in my application. I use the
CultureInfo.NativeName to display the language in the dropdown list (combo
box) (CultureInfo is a .NET class)
However, on a US English copy of Windows, if I do not have the East Asian
fonts installed (via Control Panel), then the ... more >>
Default language
Posted by Robert Scheer at 4/19/2007 5:28:23 AM
Hi.
I am writing web and desktop applications that need
internationalization and all of these applications will have a default
language, say English. I know I have to create the different resources
for each language, but do I need to create one for the English
language too? Since it will be t... more >>
Problem with AL.exe
Posted by Dieter (DDP) at 4/18/2007 9:21:31 PM
Hello
When i add new resource files to my usercontrol project and i compile the
project a i get a error message in the event log
Activation context generation failed for
"C:\Windows\Microsoft.NET\Framework\v2.0.50727\AL.exe". Dependent Assembly
Microsoft.VC90.CRT,processorArchitecture="x... more >>
Localization best practices
Posted by olig NO[at]SPAM monimap.com at 4/12/2007 6:26:11 AM
Is there any good resources on good practices about localization
in .NET applications (Win and Web). More precisely, the advantages and
disadvantages of using resources files compared to other possible
approches (we currently use a database table to store our localizable
strings).
Also, VS 20... more >>
|