Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | app.language SEARCH    

  Functions
app.autoRestart
app.booster
app.cancelClose
app.close
app.filename
app.getParam
app.icon
app.init
app.install
app.language
app.maintenance
app.minimize
app.name
app.openAtStartup
app.restart
app.restore
app.setup
app.title
app.uninstall
app.uninstall.create
app.uninstall.remove

  Events
event.initialize
event.load
event.terminate

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
app.language

Language: MioScript
Product: MioFactory


Syntax

app.language(productID)


Parameters

IDproductID_Product ID
If not set, the Id of the current application is used.


Return value

Language as choosen at install.
Returns system.language if the application was not specified, or if the language was not set.



Description

Returns the language choosen by the user when the specified application was installed.

This information is found in the registry database, key language.

For a list of possible values: system.language

Note: This function is defined in the library klib.k and is linked automatically.