Smart Localization  2.3
SmartLocalization.LanguageRuntimeData Class Reference

An information class containing runtime data. More...

Static Public Member Functions

static string LanguageFilePath (string languageCode)
 Gets the relative language file path for a certain language. Mostly used with Resources.Load as a TextAsset. More...
 
static string AvailableCulturesFilePath ()
 Gets the relative file path for the AvailableCultures xml. Use with Resources.Load as a TextAsset. More...
 
static string AudioFilesFolderPath (string languageCode)
 Gets the relative folder path for the audio files by a specific language More...
 
static string TexturesFolderPath (string languageCode)
 Gets the relative folder path for the texture files by a specific language More...
 
static string PrefabsFolderPath (string languageCode)
 

Detailed Description

An information class containing runtime data.

Member Function Documentation

static string SmartLocalization.LanguageRuntimeData.AudioFilesFolderPath ( string  languageCode)
static

Gets the relative folder path for the audio files by a specific language

static string SmartLocalization.LanguageRuntimeData.AvailableCulturesFilePath ( )
static

Gets the relative file path for the AvailableCultures xml. Use with Resources.Load as a TextAsset.

Returns
The AvailableCultures.xml relative file path
static string SmartLocalization.LanguageRuntimeData.LanguageFilePath ( string  languageCode)
static

Gets the relative language file path for a certain language. Mostly used with Resources.Load as a TextAsset.

Parameters
languageCodeThe language code of the culture
Returns
The relative language file path
static string SmartLocalization.LanguageRuntimeData.TexturesFolderPath ( string  languageCode)
static

Gets the relative folder path for the texture files by a specific language


The documentation for this class was generated from the following file: