Im currently using this example in one of my projects :
Confirm dialog example
When I want to use resources files to localize my application, i normally use a tag like this to set the text :
Do you have a suggestion on how I can use the same technique to have to localized version of the prompt text and title text ? The sample below is obviously not working ...
Thank you !
Confirm dialog example
When I want to use resources files to localize my application, i normally use a tag like this to set the text :
Text="<%$ Code: ResourceFile.Some_TranslatedText_DependingOnCulture %>"
Do you have a suggestion on how I can use the same technique to have to localized version of the prompt text and title text ? The sample below is obviously not working ...
OnClientClick="return blockConfirm(" + <%$ Code:ResourceFile.TranslatedPrompt %> + ", event, 330, 100, '', " + <%$ Code:ResourceFile.TranslatedTitle%> + ");"
Thank you !