Created
July 18, 2014 14:13
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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