Click here to Skip to main content
15,885,720 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I have a strange styling problem that I cannot figure out. What I want to achieve is that I change of language in relation to the selection of the ComboBox and my view change language (this is working perfectly), but now i want that change in combobox pass to HyperlinkButton which opens a new page with the selected language from the ComboBox --- i am stuck with this???? In this new page i have only text editor with Italian/english language depends on previous choices from ComboBox in previous page.

I use for language Resources.en-US.resx.

Some example will be great. Thank you

exp:
I dont't know how to binding selectedindex from combobox to hyperlinkbutton, when i allready have binding for text in hyperlinkbutton...

<hyperlinkbutton style="{StaticResource HyperlinkButtonStyle}" fontsize="11" content="{Binding Italian , Source={StaticResource Language}}" click="DgunrHyperlinkButtonClick">
Posted
Updated 17-Jul-13 9:39am
v2

1 solution

Found: I resolve my problem with Navigate Service :)))) Sooooooo happy
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900