Created
April 29, 2016 01:55
-
-
Save up1/feacf6fb772f5b64fc57def7032e698c to your computer and use it in GitHub Desktop.
Robotframework :: multiple language
This file contains hidden or 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
*** Variables *** | |
${HELLO} Hello |
This file contains hidden or 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
*** Settings *** | |
Resource ${LANG}/message.txt | |
*** Testcases *** | |
Hello | |
Log to console ${HELLO} |
This file contains hidden or 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
*** Variables *** | |
${HELLO} สวัสดี |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment