When using the Strategy Intelligence Server API 9.x, users might come across methods that accept parameters of type 'Int32 Locale', such as methods of the class IDSSExpression for instance.
The 'Text' public function of class IDSSExpression has the following definition:
HRESULT Text ( Int32 Locale, BSTR *pText)
Notice that the above call accepts one of its parameters as Int32 to define the locale to be used.
The Int32 is a representation of a locale ID as specified by Microsoft's Windows Locale ID (LCID).
A complete list of locale ID can be found at:
http://www.microsoft.com/globaldev/reference/lcid-all.mspx