public bool GetCommonLanguages( StringCollection listLanguages, StorableObject[] storableObjects )
public: bool GetCommonLanguages( StringCollection^ listLanguages, array<StorableObject^>^ storableObjects )
Parameters
| Parameter Name | Description |
|---|---|
| listLanguages | [out] Collection returns the common languages. Languages are returned as language shortcuts, e.g.. de_DE, en_US, ... |
| storableObjects | [in] Array of StorableObjects. |
Return Value
true, in case of no error.