JANUS LANGUAGE: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:JANUS LANGUAGE}}
{{DISPLAYTITLE:JANUS LANGUAGE}}
<span class="pageSubtitle"><section begin="desc" />LANGUAGE<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Set language for Janus<section end="desc" /></span>


This subcommand sets the default language for all Janus ports in the ''Model 204'' region.


This subcommand sets the default language for all Janus ports in the ''Model 204'' region.
==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" /> JANUS LANGUAGE language
<p class="syntax"><section begin="syntax" /> JANUS LANGUAGE language
Line 11: Line 10:
</p>
</p>


Where the single parameter is optional:


Where the single parameter is optional:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>language</th>
<tr><th>language</th>
<td>A name (no more than 30 characters) for the language to be used. The default value is us_english.
<td>A name (no more than 30 characters) for the language to be used. The default value is us_english.
</td></tr></table>
</td></tr>
</table>
 
LANGUAGE has no effect on the operation of any application in ''Model 204''. The name of the specified language is simply forwarded to the target server for a ''[[Janus Open Client]]'' application. Because almost all SQL Server language names are lowercase, the language specified after LANGUAGE will generally be translated to lowercase. For example, specifying 'LANGUAGE CELTIC' will actually request language "celtic" from a target server.  
LANGUAGE has no effect on the operation of any application in ''Model 204''. The name of the specified language is simply forwarded to the target server for a ''[[Janus Open Client]]'' application. Because almost all SQL Server language names are lowercase, the language specified after LANGUAGE will generally be translated to lowercase. For example, specifying 'LANGUAGE CELTIC' will actually request language "celtic" from a target server.  


If an uppercase or mixed-case language name is required, simply place a plus sign (+) in front of the language name. For example, to specify language "RUSSIAN", simply enter<code>LANGUAGE +RUSSIAN</code>.  
If an uppercase or mixed-case language name is required, simply place a plus sign (+) in front of the language name. For example, to specify language "RUSSIAN", simply enter<code>LANGUAGE +RUSSIAN</code>.  


The language specified on a JANUS DEFINEREMOTE command overrides the language specified on a JANUS DEFINE command which overrides the language specified on a JANUS LANGUAGE command. If the language name is left blank, the JANUS LANGUAGE command will display the name of the current language.
The language specified on a [[JANUS DEFINEREMOTE]] command overrides the language specified on a JANUS DEFINE command which overrides the language specified on a JANUS LANGUAGE command. If the language name is left blank, the JANUS LANGUAGE command will display the name of the current language.


See: [[List_of_Janus_commands|Janus command list]]
[[Category:Janus commands|JANUS LANGUAGE]]
[[Category:Janus commands|JANUS LANGUAGE]]
[[Category:Sirius commands]]
[[Category:Sirius commands]]

Revision as of 16:25, 1 March 2011

<section begin="desc" />Set language for Janus<section end="desc" />

This subcommand sets the default language for all Janus ports in the Model 204 region.

Syntax

<section begin="syntax" /> JANUS LANGUAGE language <section end="syntax" />

JANUS LANGUAGE command syntax

Where the single parameter is optional:

language A name (no more than 30 characters) for the language to be used. The default value is us_english.

LANGUAGE has no effect on the operation of any application in Model 204. The name of the specified language is simply forwarded to the target server for a Janus Open Client application. Because almost all SQL Server language names are lowercase, the language specified after LANGUAGE will generally be translated to lowercase. For example, specifying 'LANGUAGE CELTIC' will actually request language "celtic" from a target server.

If an uppercase or mixed-case language name is required, simply place a plus sign (+) in front of the language name. For example, to specify language "RUSSIAN", simply enterLANGUAGE +RUSSIAN.

The language specified on a JANUS DEFINEREMOTE command overrides the language specified on a JANUS DEFINE command which overrides the language specified on a JANUS LANGUAGE command. If the language name is left blank, the JANUS LANGUAGE command will display the name of the current language.

See: Janus command list