November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
But the problem is that I don't know which key to use in a given situation
Try something like below.
"/pagetypes/property[@name=\"PageTitle\"]/caption"
There is a Visual Studio extension that also can help you to find the key. In your case it will give you a result that looks like this
We are using strongly typed access for resource look-up. Miroslaw has created a great plugin - http://blog.m.jedynak.pl/2013/02/openwavesepiserverlocalization-strongly.html
Hi,
Can I got 'property name' from 'Localization xml file' using code?
<languages>
<language name="English" id="en">
<pagetypes>
<pagetype name="LocaleChooserPage">
<name>Locale chooser</name>
<description>Site start page</description>
<property name="PageTitle">
<caption>Page title</caption>
<help></help>
</property>
</pagetype>
</pagetypes>...
I want to get an underlined value.
I hope for your help