| SentimentAnalysisLanguageHelperIsCultureSupported Method | 
            Checks if the provided cultureCode is supported by Azure Sentiment Analysis service.
            https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/language-support. 
            
 
Namespace: CMS.TextAnalytics.AzureAssembly: CMS.TextAnalytics.Azure (in CMS.TextAnalytics.Azure.dll) Version: 13.0.131
 Syntax
Syntaxpublic static bool IsCultureSupported(
	string cultureCode,
	out string languageCodeForAzure
)
Parameters
- cultureCode
- Type: SystemString
 Culture code.
- languageCodeForAzure
- Type: SystemString
 Language code that should be used for sentiment analysis requests.
Return Value
Type: 
Boolean See Also
See Also