How to make "default language - eng"
or make working change in menu
I see when try change lang this text "Coming soon ..."
Me use @DNC files
Printable View
How to make "default language - eng"
or make working change in menu
I see when try change lang this text "Coming soon ..."
Me use @DNC files
me try all but lang not change
also try make that:
http://forum.ragezone.com/f792/butto...nguage-931229/
no one now how to fix that? Me not Believe
Search for:
if(g_user_language->GetString()[0]=='\0') // locate our language
Get the code from your nation, for example, mine is portuguese, and default language is spanish so:
case 2070: // Portuguese (Portugal)
g_user_language->SetString("spanish");
break;
I want to change to: Portuguese stays with english as default, then:
I look for this:
case 1045: // Polish
g_user_language->SetString("english");
and after case 1045: // Polish I add case 2070: // Portuguese (Portugal) , and remove from the spanish.
It may be a bit confuse this mini-tut, but hope it helps
thx i try