Foreign translation for revlet plugin
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Foreign translation for revlet plugin
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...).
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...).
Re: Foreign translation for revlet plugin
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
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
http://runrevwidgets.com/wiki
Re: Foreign translation for revlet plugin
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.
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...).
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...).
Re: Foreign translation for revlet plugin
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!
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
http://runrevwidgets.com/wiki
Re: Foreign translation for revlet plugin
If the site is in French only it is clear it is intended for French language users...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?
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 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?(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).
The message about the HD access is sent by the plugin not by the revlet, thus on the runrev side, am I wrong?since software internationalization is a competence of the developer.
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...).
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...).
Re: Foreign translation for revlet plugin
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!
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
http://runrevwidgets.com/wiki
Re: Foreign translation for revlet plugin
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...).
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...).
-
- Posts: 13
- Joined: Tue Sep 15, 2009 3:05 pm
Re: Foreign translation for revlet plugin
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!
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!
Re: Foreign translation for revlet plugin
Hi Kristallprinz (Wat fürn Name!
)
"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

Nope!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!
"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
Re: Foreign translation for revlet plugin
No really...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!
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...).
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...).