Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hollym16

Pages: [1]
1
NGUI 3 Documentation / Re: Localization system
« on: June 20, 2016, 09:39:52 AM »
Would I have to create a CSV file separate from my current one that changes text?
I tried to change the TextLocalize script to specify audio rather than text but I get errors saying 'Cannot implicitly convert type `string' to `UnityEngine.AudioClip'
Sorry, I'm not familiar with such complex coding, could you please explain a little more please?

2
NGUI 3 Documentation / Re: Localization system
« on: June 16, 2016, 07:00:23 AM »
Hi,
Is there a way of linking specific audio files to the localised text?
For example, two different audio files are available, one a voice over in English, another a voice over in German.
If English is the selected language, then the English voice over plays.
Is there a way of incorporating it into the CSV file? I need to do this with a number of scenes

3
NGUI 3 Documentation / Re: Localization system
« on: June 07, 2016, 05:37:13 AM »
Hi, I've been using your system to add multiple languages to my App. Thus far it has been the user selecting a language via a button.
However, is there a way to detect the current language the device is set to and apply that to the App?
Many Thanks

Pages: [1]