all groups > dotnet internationalization > may 2006
Translated culture display name?
Posted by carl_bevil NO[at]SPAM yahoo.com at 5/30/2006 6:19:43 PM
Hi all; I'm still trying to write an application that will allow the
user to switch between cultures at runtime. It is mostly working, but
I have one issue that I am running into a wall on, and was hoping
someone here could help.
I have a drop-down menu that gets populated dynamically with th... more >>
Runtime detection of available languages?
Posted by carl_bevil NO[at]SPAM yahoo.com at 5/30/2006 10:42:29 AM
Hi all. I am writing an application that will allow the user to change
cultures at runtime. I've found info on how to do that and I think I'm
good there.
I'd like to provide the user a menu (or something similar) that lists
the available cultures to choose from. It's simple to just add thes... more >>
what i will do to go to canada even i'm poor?
Posted by rachid ouarab at 5/29/2006 4:07:02 PM
please find me a solotion to my probleme here in morocco i'm poor i suffre a
lot i want to go to canada even i'm poor i dont have mony... more >>
Translation tools?
Posted by n.estner NO[at]SPAM gmx.de at 5/23/2006 7:15:08 AM
I hope this is the right newsgroup for this question: What tools do you
use to translate .NET resource files? We have an in-house translator,
but I can't give him a bundle of RESX files and an XML-editor, can I? I
looked at a few products I found on the net, but none of them looked
entirely conv... more >>
Best place for translations
Posted by Anne at 5/16/2006 12:00:00 AM
Can anyone recommend a source for translations for the following words into
Danish, German, Spanish, French, Italian, Portugeuse, Swedish
File
New
Open
Close
Save
Save As
Exit
Help
OK
Cancel
Thanks i... more >>
How to localize a property description using attributes?
Posted by Johnny at 5/15/2006 4:13:02 PM
I am building a server control (web part) with localization support and I am
trying to find out how I can use a resource string for the Description
attribute of a property.
My control's properties look something like the code below. I've tried using
a resource string inside the Description... more >>
System.Globalisation.CultureInfo.TextInfo.ToTitleCase()
Posted by Sharat Koya at 5/11/2006 11:21:04 AM
has anyone got ToTitleCase to work in .net 2.0?
I have tried the following console app and it still returns capitals.
Thanks
class Program
{
static void Main(string[] args)
{
string hello = "HELLOWORLD";
Console.WriteLine(TitleCase(hello));
Console.ReadLine();
... more >>
VB.net 2005 Multi Language RESX Project
Posted by Cedric at 5/4/2006 5:40:02 AM
Hello
I'm currently working on a winform project that must be in 3 languages
(French, English et Polish).
I know that I have to work with *.resx files, (1 for each language, 1 for
the default) but also 1 for each Form.
The problem I have is that I must change the form and modify the ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Small Problem with Localizing Forms
Posted by Cush at 5/3/2006 3:33:01 AM
Hi,
I have a Windows C# app developed using VS2003 and I need to localize it
into German and French.
(I did not create the project) I have come across a few problems and I
would really appreciate any help.
1. The project is made up of Forms and Panels. I notice that if I click on
a pan... more >>
|