Print Page | Close Window

Localization Support

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2184
Printed Date: 18-May-2026 at 9:58am


Topic: Localization Support
Posted By: jcrada
Subject: Localization Support
Date Posted: 22-Sep-2010 at 5:37pm
Hi Ideablade

There is anyway to transalete the error default messages for example, the field is required. without using a resource file, the problem is that I am using like 120 field is required validations, then if I use a resource dictionay I will have to write one entry foreach one, futhermore there is any documentation for wpf localization?, thank you



Replies:
Posted By: DenisK
Date Posted: 23-Sep-2010 at 2:10pm
Hi jcrada;

When you say translate, do you mean translate from English to another language?

There isn't any documentation on WPF localization yet, but here's a forum post that explains the general idea.


http://www.ideablade.com/forum/forum_posts.asp?TID=1964&title=localizing-verification-error-messages - http://www.ideablade.com/forum/forum_posts.asp?TID=1964&title=localizing-verification-error-messages


Posted By: jcrada
Date Posted: 23-Sep-2010 at 2:46pm
Hi, Denisk

Yeah, English to Spanish


Posted By: DenisK
Date Posted: 23-Sep-2010 at 2:52pm
jcrada;

There is no other way than to use the resource file.



Print Page | Close Window