Skip to content

Instantly share code, notes, and snippets.

@contensis
Created July 18, 2014 14:13
Show Gist options
  • Save contensis/786a1fc9ea6f9ab984ed to your computer and use it in GitHub Desktop.
Save contensis/786a1fc9ea6f9ab984ed to your computer and use it in GitHub Desktop.
Custom code for changing the values of a web control based on localised literals.
if CurrentNode.Language= 1 then
Listing.title = "Find an event"
Listing.noresultstext = "Sorry, no events found"
else if CurrentNode.Language= 8 then
Listing.title = "Chwilio am ddigwyddiad"
Listing.noresultstext = "Dim digwyddiadau"
end if
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment