all groups > dotnet internationalization > november 2005
Localizing Menu Items - Help
Posted by Krishnan at 11/28/2005 6:13:43 PM
Hi,
The norm in .Net seems to be keying the name of the control in the resource
file for a value in the particular language. For e.g., if cmdOpen is a
commad button, then:
MyResource.en-us.resx will contain:
key value
---- -------
cmdOpen.Text ... more >>
Is it possible to use a non-gregorian calendar in English? How?
Posted by Izzy at 11/28/2005 7:56:04 AM
I want to use a calendar web control that will display a non-gregorian
calendar. When setting the CultureInfo.DateTimeFormat.Calendar = new
Calendar() it works but the language is the Culture's language, and I want it
to be displayed in English. E.g. When trying to display a Hebrew Calendar I ... more >>
Uniscribe & TextRenderer
Posted by Lloyd Dupont at 11/27/2005 12:00:00 AM
I have written m own "RichTextView" using Uniscribe.
Now I see there is a new text rendering class: SWF.TextRenderer.
I haven't tested it out yet but it seems interesting.
However I see a couple of issues with it:
1. It doesn't gives me bidi "run" layout information so I have to call
unisc... more >>
MultiByteToWideChar in .NET - Multibyte to Unicode conversion
Posted by groups NO[at]SPAM artgs.com at 11/15/2005 7:19:50 PM
I have a C# application which needs to convert MultiByte strings to
Unicode.
However, I cannot get MultiByteToWideChar to behave as expected within
..net.
I have declared it as follows:
[DllImport("Kernel32", CharSet =3D CharSet.Auto)]
static extern Int32 MultiByteToWideChar(
UInt32 codePa... more >>
Localization Problem
Posted by Srinivas Chintakindi at 11/15/2005 12:00:00 AM
Hi all,
I am developing one webapplication in asp.net with C#. This application has
to support localization. I created the complete application here in my
development environment but the localization part was done in my
HeadQuarters. The localization team can give all the supported language... more >>
English Culture Setting for non English Countries
Posted by tarunbajaj NO[at]SPAM gmail.com at 11/7/2005 5:31:35 PM
Hello
I am trying to create a web app which uses localized pages. I don't
know how to take care of Culture setting of some of the countries which
use English for their website but Culture Info does not show English
for them
e.g. Singapore is zh-SG
How do I take care of this situation? What is ... more >>
Localization in Web application
Posted by spjensen at 11/7/2005 7:02:02 AM
I have the following resource files in a VB .NET project "RESproj":
spjeRes.da.resx
spjeRes.de.resx
spjeRes.resx
The resource project is installed on a Web Server: MESSRV01.
I expect the following code to get either the Danish ("da") or the German
("de") localization from this resource pr... more >>
This Fails? Assert(CaseInsensitiveComparer.DefaultInvariant.Equals('abc', 'ABC'))
Posted by steventhrasher42 NO[at]SPAM hotmail.com at 11/4/2005 12:32:57 PM
Can anybody duplicate this problem and/or explain to me why this
assertion might be failing for me? Seems pretty straightforward to me
that it should succeed, but I must be missing something.
Assert(CaseInsensitiveComparer.DefaultInvariant.Equals('abc', 'ABC'))
Thanks!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Question about ResXFileCodeGenerator in VS2005
Posted by Laurent Docquir at 11/4/2005 12:00:00 AM
Hi all,
I want to centralize my localized strings in an external assembly but still
want to benefit from the new intellisense feature of VS2005.
So I create a new class library project names 'MyStrings' and add a new
resource file named 'Glossary.resx' to it. I add some strings and
autom... more >>
Foreign Language Support for VS.NET Setup Projects
Posted by Dave at 11/2/2005 11:42:12 AM
Hi All,
I have an application that uses several VS.NET 2003 setup projects =
that package various components cna applications into MSI files. I need =
to provide foreign language support for 5-6 languages other than =
English. Do VS.NET 2003 setup projects support internationaliation? If =
... more >>
|