Translate text inside an array
- lzardo2012
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
3 years 4 months ago #4421
by lzardo2012
Translate text inside an array was created by lzardo2012
Hello!
I have a text that is built inside an array:
[System.Serializable]
public class DialogueList
{
public string dialogueDescription;
public CharacterList characterList;
[TextArea]
public string message;
}
and then I turn this into an array:
public DialogueList[] dialogueList;
How can I translate the texts inside the created array of strings?
I have a text that is built inside an array:
[System.Serializable]
public class DialogueList
{
public string dialogueDescription;
public CharacterList characterList;
[TextArea]
public string message;
}
and then I turn this into an array:
public DialogueList[] dialogueList;
How can I translate the texts inside the created array of strings?
Please Log in or Create an account to join the conversation.
3 years 4 months ago #4422
by Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
Replied by Frank on topic Translate text inside an array
Instead of using string, use LocalizedString.
LocalizedStrings have an inspector to allow setting term, translations, etc.
inter-illusion.com/assets/I2Localization...ocalizedStrings.html
Hope that helps,
Frank
LocalizedStrings have an inspector to allow setting term, translations, etc.
inter-illusion.com/assets/I2Localization...ocalizedStrings.html
Hope that helps,
Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
To get the betas as soon as they are ready,
check this out
Please Log in or Create an account to join the conversation.
Time to create page: 0.154 seconds