validateContentLocale(locale)
Use this method to confirm that the specified locale is a supported content locale.
Signatures
- Java and Apache Axis
public boolean validateContentLocale(java.lang.String locale)- C# .NET
public bool validateContentLocale(string locale)
References
- Part of the following method sets:
- Implemented by the following services:
The services that implement the validateContentLocale method, along with the associated SOAP actions, are listed in the following table.
Table 1. Services implementing the validateContentLocale method. Service
SOAP Action
systemService
http://www.ibm.com/xmlns/prod/cognos/systemService/201404/
Input parameters
Use the following parameters when calling this method.
- locale
Specifies the locale to be validated as a supported content locale.
This argument
is of type
languageis encoded as type
xs:string
Return values
This method returns the following values.
- result
Returns
trueif the supplied locale is a supported content locale, andfalseotherwise.This result
is of type
booleanis encoded as type
xs:boolean