Jump to content

ShowTip without Localization?


Recommended Posts

Is this possible? When using the below code in XML it takes the value an appends '_title' to the end, how can I add this without creating a localization file? As you can see, I've tried a few things and nothing works. So the title simply reads: 'This is the actual value_title'

Quote

<action type="ShowTip" subtitle="test title" value="This is the actual value">
                <property name="Title" value="t1"/>
                <property name="title" value="t2"/>
                <property name="_title" value="t2_"/>
                <property name="Subtitle" value="t3"/>
                <property name="subtitle" value="t4"/>
</action>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...