Russia
Asked — Edited

How Can I Localize ARC And Video Lessons ?

Hello!

  1. How can I localize ARC, for example, in Russian, or in Chinese? I found the Locales/ru.pak, but how do I enable it?
  2. How can I localize video lessons? Are there any subtitle files and audio tracks in other languages? If they are not available, can I create them and add them? Thank you, Valery

ARC Pro

Upgrade to ARC Pro

Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.

PRO
Synthiam
#1  

Hi there. Ezrobot software is in English. If you’d like to translate the website, check out google translate: http://itools.com/tool/google-translate-web-page-translator

To translate videos, YouTube has a subtitle generator that you can use. Simply press the CC button and select your language in the videos. That’s a service provided by YouTube, if available in your country.

Russia
#2  

That is, the folder Locales in the ARC is not used ?

User-inserted image

PRO
Synthiam
#3  

That folder is a component of a library used in ARC. Programming is in English, so ARC is built as a programming interface. There is not very much that can be changed in ARC for language locale, because it’s mostly programming terms that don’t always have direct translation - as you can see. This same scenario applies to all programming interfaces.

The good news is the manual and activities can be translated using the links above. We are looking into an option sometime in the future to have the manuals translated on the website wirh an option.

Russia
#4  

Thank you. But we wanted to use the EZ-Robot platform for children at school. And they want to have an interface in their native language. However, the programming language (script) of course remains English. It is desirable in the video lessons also to have an audio track and subtitles in the native language. Translation of subtitles with the help of Google translator, unfortunately, has very low quality for children. Thanks.

PRO
Synthiam
#5  

I understand - do you have a suggestion of labels that you'd like to see changed?

Russia
#6  

If you mean ARC, then many applications do so. All items in the main menu, pop-up menus, pop-up hints, window headers, drop-down lists, selection items, selection lists, and so on. are stored in a separate text file for each language. And, if necessary, the user can edit these files in any text editor. And when installing the program or after installation in the main menu there should be an option for selecting the interface language. I thought that maybe this data in ARC is stored in * .pak files ... I'm a programmer and I know that when you write a program it's very easy ... You find out from the developers of ARC - perhaps this possibility already exists ... Most likely in ARC, the language should be selected when installing the program. Language files already exist in the Locales folder. Maybe they just did not include the language selection option. If this is not the case, then I do not understand why all the language files in the Locales folder are needed. Thank you.

#7  

Quote:

You find out from the developers of ARC - perhaps this possibility already exists ...

DJ Sures is the developer of ARC.

Quote:

If this is not the case, then I do not understand why all the language files in the Locales folder are needed.

He already explained that these locale files are part of a 3rd party library used by ARC, not part of the main application.

Alan

PRO
Synthiam
#8  

Can you please provide a screenshot of where you'd like to see language changes? As for selection options, they're components of the project and would need to match the language through serialization of their parent classes into the project file.