-
public interface LanguageThe interface to work with languages
-
-
Method Summary
Modifier and Type Method Description abstract UnitswitchInApp(Locale locale)Switches language only in the current Application (not in OS!). -
-
Method Detail
-
switchInApp
abstract Unit switchInApp(Locale locale)
Switches language only in the current Application (not in OS!). Please, keep in mind the following fact: If you have switched languages then you need to refresh current screen to get the screen with new language! Also, don't forget to restore the previous language if you don't clean the state of the Application after each test.
-
-
-
-