Click here to Skip to main content
15,907,874 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Web Service Method Call Fails Pin
dan!sh 8-Jun-10 6:23
professional dan!sh 8-Jun-10 6:23 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 7:00
professional#realJSOP8-Jun-10 7:00 
GeneralRe: Web Service Method Call Fails Pin
dan!sh 8-Jun-10 18:17
professional dan!sh 8-Jun-10 18:17 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 2:53
professional#realJSOP9-Jun-10 2:53 
QuestionRe: Web Service Method Call Fails Pin
dan!sh 11-Jun-10 4:06
professional dan!sh 11-Jun-10 4:06 
QuestionUnable to find asembly reference for agclr,system.silverlight,system.xml.core Pin
raghvendrapanda7-Jun-10 3:38
raghvendrapanda7-Jun-10 3:38 
AnswerRe: Unable to find asembly reference for agclr,system.silverlight,system.xml.core Pin
Abhinav S7-Jun-10 23:26
Abhinav S7-Jun-10 23:26 
QuestionLocalization in PRISM WPF application Pin
zlakob7-Jun-10 0:40
zlakob7-Jun-10 0:40 
Hi,

I'm experiencing anoying problems in my app (app utilizes Prism modular architecture). I have main app with several modules. Main app has it's own resx file and each module has it's own resx file. For instance, module Calculation has it's own default resx file Calculation.resx (strings in English) and two localized resource files Calculation.es-ES.resx (for Spanish) and Calculation.hr-HR.resx (for Croatian). When I set CultureInfoUI to "es-ES" all strings defined in MainApp.resx are in Spanish as expected but strings defined in modules are in default language.

I must add that modules related dlls are in \Modules directory. In XAML I'm using resources as static (in main app and in modules):

<GridViewColumn Width="130" Header="{x:Static View:CalculationResources.Active}" DisplayMemberBinding="{Binding IsActive}" CellTemplate="{StaticResource GridViewCellTemplate}">

I know I wont be able to change language on the fly (because of x:Static) but that's not necessary. At least for now Smile | :)

How do I make my modules localized???

P.S. Since I have both, main app and modules, in same solution I tried to reference modules projects in main app and then everything worked fine. Of course, this breaks whole meaning of modularity...
AnswerRe: Localization in PRISM WPF application Pin
Michael Eber22-Jun-10 6:19
Michael Eber22-Jun-10 6:19 
QuestionConvert to upper case on editing the cell data in WPF datagrid Pin
kartheesh6-Jun-10 23:01
kartheesh6-Jun-10 23:01 
AnswerRe: Convert to upper case on editing the cell data in WPF datagrid Pin
#realJSOP7-Jun-10 2:40
professional#realJSOP7-Jun-10 2:40 
GeneralRe: Convert to upper case on editing the cell data in WPF datagrid Pin
kartheesh7-Jun-10 3:14
kartheesh7-Jun-10 3:14 
AnswerRe: Convert to upper case on editing the cell data in WPF datagrid Pin
Pete O'Hanlon8-Jun-10 12:38
mvePete O'Hanlon8-Jun-10 12:38 
QuestionHow do you express file paths on the Website server from a Web service? [WORKAROUND] Pin
fjparisIII6-Jun-10 12:35
fjparisIII6-Jun-10 12:35 
AnswerRe: How do you express file paths on the Website server from a Web service? Pin
fjparisIII7-Jun-10 10:01
fjparisIII7-Jun-10 10:01 
QuestionWPF - Navigation w/o click sound Pin
crystal91545-Jun-10 13:56
crystal91545-Jun-10 13:56 
QuestionVisual Studio 2010 WPF and ListBoxes Pin
RossouwDB2-Jun-10 22:02
RossouwDB2-Jun-10 22:02 
QuestionIs it possible to do a streaming upload to my server of audio recordings as they are being recorded by my Silverlight client-side application? Pin
Sandra McLeod2-Jun-10 8:39
Sandra McLeod2-Jun-10 8:39 
AnswerRe: Is it possible to do a streaming upload to my server of audio recordings as they are being recorded by my Silverlight client-side application? Pin
fred_8-Jun-10 10:17
fred_8-Jun-10 10:17 
QuestionPhotoshop like image editor with a drag and drop image gallery Pin
ikbegins1-Jun-10 23:37
ikbegins1-Jun-10 23:37 
AnswerRe: Photoshop like image editor with a drag and drop image gallery Pin
Abhinav S3-Jun-10 23:27
Abhinav S3-Jun-10 23:27 
AnswerRe: Photoshop like image editor with a drag and drop image gallery Pin
fjparisIII6-Jun-10 13:38
fjparisIII6-Jun-10 13:38 
GeneralRe: Photoshop like image editor with a drag and drop image gallery Pin
Mycroft Holmes6-Jun-10 15:02
professionalMycroft Holmes6-Jun-10 15:02 
GeneralRe: Photoshop like image editor with a drag and drop image gallery Pin
ikbegins7-Jun-10 21:50
ikbegins7-Jun-10 21:50 
GeneralRe: Photoshop like image editor with a drag and drop image gallery Pin
Mycroft Holmes7-Jun-10 22:19
professionalMycroft Holmes7-Jun-10 22:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.