Guest User

Untitled

a guest
Jan 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if GetLayout() == 'en' and another_condition:
  2. LoadLayout('ru')
  3. do_something()
  4. elif GetLayout() == 'ru' and another_condition:
  5. LoadLayout('en')
  6. do_something()
Add Comment
Please, Sign In to add comment