I can't seem to construct a query that gets me the language from the object below:
I tried:
get_rqst = {
... 'uri': WAAPI_URI.ak_wwise_core_object_get,
... 'options': { "return": ['name', "@Language"] },
... 'args': {... "from": { "id": [ '{FC03083F-2AE9-4308-84DD-F18E0B364556}'] } } }
and all I get is the name.
===============
<Sound Name="vo_s3_sun_hub_316a_sheila" ID="{8F1B2394-B5E2-489C-A226-0AB0549B58AB}" ShortID="640906956">
<PropertyList/>
<ReferenceList/>
<ChildrenList>
<AudioFileSource Name="vo_s3_sun_hub_316a_sheila" ID="{FC03083F-2AE9-4308-84DD-F18E0B364556}" ShortID="565389554">
<Language>English(US)</Language>
<AudioFile>VO_Spyro3\Sheila\vo_s3_sun_hub_316a_sheila.wav</AudioFile>
</AudioFileSource>
</ChildrenList>