← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #192106]: Does the script created on English UI runs on Localized UI (German or Japanese)?

 

Question #192106 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/192106

    Status: Open => Answered

RaiMan proposed the following answer:
This is what I said above:
If you use any features or images, that are locale dependent, you have to take care yourself for different locales (as every other application has to do).

There will never be a feature, that automagically translates any text in
given images (e.g. buttons) to other locales.

If you need that, you have to build your own image libraries (one set of
images for each locale).

Another way to solve this problem, is to evaluate the relative positions
of locale dependent elements to not locale dependent visual elements and
use these region objects in your scripts instead  of images.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.