< Back

New-ISHIntegrationWorldServerMapping

Wed Jan 15, 2020 8:23 am

NAME New-ISHIntegrationWorldServerMapping



SYNOPSIS

Creates a new mapping pair ISHLanguage to WSLocaleID.





SYNTAX

New-ISHIntegrationWorldServerMapping -ISHLanguage <string> -WSLocaleID <int> [<CommonParameters>]





DESCRIPTION

The New-ISHIntegrationWorldServerMapping cmdlet creates an object with pair of properties, where ISHLanguage is

InfoShare language identifier (example: "en") and WSLocaleID is language identifier of WorldServer (example:

"1145").





PARAMETERS

-ISHLanguage <string>

The trisoft language identifier.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WSLocaleID <int>

The language identifier of WorldServer.



Required? true

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



---------- EXAMPLE 1 ----------



PS C:\\>New-ISHIntegrationWorldServerMapping -ISHLanguage "en" -WSLocaleID 1145



This command creates new object for English language where ID of the same language on WorldLocale is 1145.



RELATED LINKS

Set-ISHIntegrationWorldServer