Foreign translation for revlet plugin

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
arombauts
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 50
Joined: Tue Jul 07, 2009 6:56 am

Foreign translation for revlet plugin

Post by arombauts » Tue Dec 08, 2009 5:57 pm

When loading a revlet, I can define an image displayed during loading an thus I can put in it a text in the language of the user (let's say French). But I cannot act, it seems on the display shown when the revlet asks for an access to the local computer for instance. Is there an easy solution to this?...
André Rombauts, Liège (Belgium).
Retired teacher ( French language, History, English language and Computer science).
LC 9.6.6 (Business / HTML5 edition), testing LC 10 DP1.
Mac OS 11.6.2 Big Sur, MacBook Pro 16" 2019 (and other computers...).

ale870
Posts: 250
Joined: Tue Apr 22, 2008 9:17 am
Contact:

Re: Foreign translation for revlet plugin

Post by ale870 » Wed Dec 09, 2009 4:18 pm

Sorry, but I don't understand what's the problem: do you want that your revlet automatically detect the right language?
Or you need to apply a language translation based on user selection?
For example, the first time I execute the revlet, it can ask me preferred language. NOw you can store it and supply following messages in the right language. Right language can be stored in the server, inside a "dictionary", and you can dynamically load it when needed.

Cheers
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki

arombauts
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 50
Joined: Tue Jul 07, 2009 6:56 am

Re: Foreign translation for revlet plugin

Post by arombauts » Wed Dec 09, 2009 4:27 pm

Thanks for you reply.
If Im' developing an application entirely in French, designed for French users, I expect that a first time user, thus needing to download the run-time plugin, to see instruction in French. The same when the plugin is running and it requires the user to allow for disk access.
André Rombauts, Liège (Belgium).
Retired teacher ( French language, History, English language and Computer science).
LC 9.6.6 (Business / HTML5 edition), testing LC 10 DP1.
Mac OS 11.6.2 Big Sur, MacBook Pro 16" 2019 (and other computers...).

ale870
Posts: 250
Joined: Tue Apr 22, 2008 9:17 am
Contact:

Re: Foreign translation for revlet plugin

Post by ale870 » Wed Dec 09, 2009 4:42 pm

ok, I think you can implement a similar feature. But the problem is: how can you show the help in French if you don't know that the user is a French boy/girl? Regarding the permission for disk access the concept is really different.

Generally speaking, you need to implement a kind of internationalization system.
I think you could create a kind of splash screen (welcome message), and you can ask the user what's his preferred language. Then you can supply the help file (and the whole program) in that language.
Do you think that it could be good "workflow"?
(NOTE: I don't think RunRev should implement a kind of internationalization system like "the local disk access", since software internationalization is a competence of the developer. Maybe RunRev could supply some tools - like a library - to simplify this process - software internationalization).
Cheers!
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki

arombauts
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 50
Joined: Tue Jul 07, 2009 6:56 am

Re: Foreign translation for revlet plugin

Post by arombauts » Wed Dec 09, 2009 4:54 pm

ale870 wrote:But the problem is: how can you show the help in French if you don't know that the user is a French boy/girl?
If the site is in French only it is clear it is intended for French language users...

Code: Select all

Generally speaking, you need to implement a kind of internationalization system.
I think you could create a kind of splash screen (welcome message), and you can ask the user what's his preferred language. Then you can supply the help file (and the whole program) in that language.
Do you think that it could be good "workflow"?
If the application is in French only, this is irrelevant
(NOTE: I don't think RunRev should implement a kind of internationalization system like "the local disk access", since software internationalization is a competence of the developer. Maybe RunRev could supply some tools - like a library - to simplify this process - software internationalization).
If you are using a flash application and the user needs to load the flash plugin, you are directed to a French version on Adobe site, don't you?
since software internationalization is a competence of the developer.
The message about the HD access is sent by the plugin not by the revlet, thus on the runrev side, am I wrong?
André Rombauts, Liège (Belgium).
Retired teacher ( French language, History, English language and Computer science).
LC 9.6.6 (Business / HTML5 edition), testing LC 10 DP1.
Mac OS 11.6.2 Big Sur, MacBook Pro 16" 2019 (and other computers...).

ale870
Posts: 250
Joined: Tue Apr 22, 2008 9:17 am
Contact:

Re: Foreign translation for revlet plugin

Post by ale870 » Wed Dec 09, 2009 4:58 pm

Yes, I'm sorry, now I understood what you way. You are not talking about the messages inside your application, but the plugin self (plugin created by Runtime Revolution Company).
I think, in this case, the real problem is the plugin exists only in english language (I think...). I didn't see plugins in other languages.
But your request is good and pertinent: for a web based application I want to download the RunRev plugin that "talks" my language: I agree with you.
Cheers!
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki

arombauts
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 50
Joined: Tue Jul 07, 2009 6:56 am

Re: Foreign translation for revlet plugin

Post by arombauts » Wed Dec 09, 2009 5:06 pm

Sorry if I was not clear enough: English is not my mother language... :-)
André Rombauts, Liège (Belgium).
Retired teacher ( French language, History, English language and Computer science).
LC 9.6.6 (Business / HTML5 edition), testing LC 10 DP1.
Mac OS 11.6.2 Big Sur, MacBook Pro 16" 2019 (and other computers...).

Kristallprinz
Posts: 13
Joined: Tue Sep 15, 2009 3:05 pm

Re: Foreign translation for revlet plugin

Post by Kristallprinz » Fri Dec 11, 2009 7:06 pm

Whats the Problem?

Create your own "noplugin" Site with a explanation in your prefered Language and a Button with a Link to the Plugin-Installation.

Replace the "noplugin"-DIV with your own Site and Image.

Thats all!

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Foreign translation for revlet plugin

Post by Klaus » Fri Dec 11, 2009 7:18 pm

Hi Kristallprinz (Wat fürn Name! :D )
Kristallprinz wrote:Whats the Problem?
Create your own "noplugin" Site with a explanation in your prefered Language and a Button with a Link to the Plugin-Installation.
Replace the "noplugin"-DIV with your own Site and Image.
Thats all!
Nope!

"arombaut" also means the security dialog which comes from the plugin itself and is of course in scottish, erm... english, n'est-ce pas?
But unless/until Rev gives/opens an API for changing the strings/button label in that dialog we cannot do anything about it.

Best

Klaus
http://www.major-k.de

Like music? Check this:
http://www.major-k.de/bass
http://www.andernfalls.de

arombauts
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 50
Joined: Tue Jul 07, 2009 6:56 am

Re: Foreign translation for revlet plugin

Post by arombauts » Fri Dec 11, 2009 7:20 pm

Kristallprinz wrote:Whats the Problem?

Create your own "noplugin" Site with a explanation in your prefered Language and a Button with a Link to the Plugin-Installation.

Replace the "noplugin"-DIV with your own Site and Image.

Thats all!
No really...
1. The plugin redirects to a site in English...
2. When the plugin needs to acces the HD a message is displayed in English...
André Rombauts, Liège (Belgium).
Retired teacher ( French language, History, English language and Computer science).
LC 9.6.6 (Business / HTML5 edition), testing LC 10 DP1.
Mac OS 11.6.2 Big Sur, MacBook Pro 16" 2019 (and other computers...).

Post Reply