Skip to content

Instantly share code, notes, and snippets.

@ossistyle
Forked from up1/en.txt
Created April 4, 2025 08:09
Show Gist options
  • Save ossistyle/fe78bfbd48529f13d561c26cd43fbf57 to your computer and use it in GitHub Desktop.
Save ossistyle/fe78bfbd48529f13d561c26cd43fbf57 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