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 - tarekalbakri

Pages: [1]
1
NGUI 3 Support / Help plz ASAP
« on: October 23, 2016, 06:29:34 AM »
Hello everybody
im new to NGUI and im working on translating a game that made with NGUI

the game is already made and finished i just have to translate it  and it work with 3 languages

and im wishing to change one of them to Arabic my problem is that the game mad with UILabel and change language Dynamically
 
and all text stored in a txt file in list with tab spaces

and the index stored in script called TextList
and its look like this

public enum Msg {
   ACH_MAINBASE_RANK_3,
   ACH_MAINBASE_RANK_5,
   ACH_MAINBASE_RANK_10,

etc...

this line should select the language

m_eLanguageType = (LanguageType)sysLang;

so
here my qustion
how i can translate this game or add a new language to it

and it well work if i translate the text data list file ?

sorry for my bad english

and ty for reading





Pages: [1]