API reference

OVR_LanguagePackInfo.h File

Typedefs

struct ovrLanguagePackInfo * ovrLanguagePackInfoHandle
It contains information about a specific language, including its identification tag, and names in both English and the native language. It is useful for applications supporting multiple languages. It can be retrieved using ovr_AssetDetails_GetLanguage(). Learn more about language pack in our website

Functions

const char * ovr_LanguagePackInfo_GetEnglishName
Language name in English language. For example, the English name for "de.lang" will be "German".
const char * ovr_LanguagePackInfo_GetNativeName
Language name in its native language. For example, the native name for "de.lang" will be "Deutsch".
const char * ovr_LanguagePackInfo_GetTag
Language tag in BCP47 format with a suffix of "lang". For example, "de.lang" is a valid language pack name and its tag will be "de".