Is there a possiblity to fetch the used key in code behind?
So for example:
<TextBlock Text="{lex:loc MyAssembly:MyResourceFile:MyKey}" />
In code behind I would like to fetch/read the specified value.
What I need this for?
I am trying to have a clickevent for several controls and would like to distingish them between their provided keys, so without tags/names or stuff.
So for example:
<TextBlock Text="{lex:loc MyAssembly:MyResourceFile:MyKey}" />
In code behind I would like to fetch/read the specified value.
What I need this for?
I am trying to have a clickevent for several controls and would like to distingish them between their provided keys, so without tags/names or stuff.