API reference
API reference
Select your platform
No SDKs available
No versions available

ovr_LanguagePack_GetCurrent Function

Returns currently installed and selected language pack for an app in the view of the ovrAssetDetailsHandle. Use ovr_AssetDetails_GetLanguage() field to extract needed language info. A particular language can be download and installed by a user from the Oculus app on the application page.
A message with type ovrMessage_LanguagePack_GetCurrent will be generated in response.
First call ovr_Message_IsError() to check if an error occurred.
If no error occurred, the message will contain a payload of type ovrAssetDetailsHandle. Extract the payload from the message handle with ovr_Message_GetAssetDetails().

Signature

ovrRequest ovr_LanguagePack_GetCurrent()

Returns