Skip to content

Instantly share code, notes, and snippets.

@up1
Created April 29, 2016 01:55
Show Gist options
  • Save up1/feacf6fb772f5b64fc57def7032e698c to your computer and use it in GitHub Desktop.
Save up1/feacf6fb772f5b64fc57def7032e698c to your computer and use it in GitHub Desktop.
Robotframework :: multiple language
*** Variables ***
${HELLO} Hello
*** Settings ***
Resource ${LANG}/message.txt
*** Testcases ***
Hello
Log to console ${HELLO}
*** Variables ***
${HELLO} สวัสดี
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment