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

Platform 1.32 Reference Guide

OVR_LanguagePackInfo.h File Reference

Typedefs

struct ovrLanguagePackInfo *

Functions

const char *
Language name in English language.
const char *
Language name in the native language.
const char *
Language tag in BCP47 format.

Typedef Documentation

typedef struct ovrLanguagePackInfo* ovrLanguagePackInfoHandle ( )

Function Documentation

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.
1
2
3
4
5
6
7
8
9
11
12
14
15
17
18
19
20
// 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
The documentation for this file was generated from the following file: OVR_LanguagePackInfo.h