This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| struct ovrLanguagePackInfo * |
| const char * | ovr_LanguagePackInfo_GetEnglishName ( const ovrLanguagePackInfoHandle obj ) Language name in English language. |
| const char * | ovr_LanguagePackInfo_GetNativeName ( const ovrLanguagePackInfoHandle obj ) Language name in the native language. |
| const char * | ovr_LanguagePackInfo_GetTag ( const ovrLanguagePackInfoHandle obj ) Language tag in BCP47 format. |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_LANGUAGEPACKINFO_H #define OVR_LANGUAGEPACKINFO_H #include "OVR_Platform_Defs.h" typedefstruct ovrLanguagePackInfo *ovrLanguagePackInfoHandle; OVRP_PUBLIC_FUNCTION(constchar *) ovr_LanguagePackInfo_GetEnglishName(const ovrLanguagePackInfoHandle obj); OVRP_PUBLIC_FUNCTION(constchar *) ovr_LanguagePackInfo_GetNativeName(const ovrLanguagePackInfoHandle obj); OVRP_PUBLIC_FUNCTION(constchar *) ovr_LanguagePackInfo_GetTag(const ovrLanguagePackInfoHandle obj); #endif