JANUS LANGUAGE: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
Line 5: Line 5:


==Syntax==
==Syntax==
<p class="syntax"> JANUS LANGUAGE [language]
<p class="syntax">JANUS LANGUAGE [<span class="term">language</span>]
</p>
</p>
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 <var class="term">language</var> to be used. The default value is us_english.
<td>An optional name (no more than 30 characters) for the <var class="term">language</var> to be used. The default value is <code>us_english</code>.
</td></tr>
</td></tr>
</table>
</table>
Line 19: Line 16:
==Usage notes==
==Usage notes==
<ul>
<ul>
<li><var>LANGUAGE</var> has no effect on the operation of any application in <var class="product">Model 204</var>. The name of the specified language is simply forwarded to the target server for a <var class="product">[[Janus Open Client]]</var> application. Because almost all SQL Server language names are lowercase, the language specified after <var>LANGUAGE</var> will generally be translated to lowercase. For example, specifying <code>'LANGUAGE CELTIC'</code> will actually request language "celtic" from a target server.  
<li><var>LANGUAGE</var> has no effect on the operation of any application in <var class="product">Model 204</var>. The name of the specified language is simply forwarded to the target server for a <var class="product">[http://m204wiki.rocketsoftware.com/images/4/4a/JoclrNew.pdf Janus Open Client]</var> application. Because almost all SQL Server language names are lowercase, the language specified after <var>LANGUAGE</var> will generally be translated to lowercase. For example, specifying <code>'LANGUAGE CELTIC'</code> will actually request language "celtic" from a target server.  
<p>
<p>
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 <code>"RUSSIAN"</code>, simply enter <code>LANGUAGE +RUSSIAN</code>. </p>
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 <code>"RUSSIAN"</code>, simply enter <code>LANGUAGE +RUSSIAN</code>. </p>

Latest revision as of 21:15, 14 October 2014

Set language for Janus

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

Syntax

JANUS LANGUAGE [language]

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

Usage notes

  • 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 LANGUAGE +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 also