Thread Tools Display Modes
11-15-09, 05:52 PM   #1
Zaya
A Defias Bandit
Join Date: Apr 2009
Posts: 3
Unhappy The language problem

Hi,

I'm using NUI and this is the best wow interface as for me.
Few days ago I've buy new EU account (not russian localization) and install the NUI addon there.
But I can't see any "russians" letters in the global chat. Only "??????".
In the original interface everything is ok.
I've installed all version of he Nui: release and nui +. The same problem persist.
Another chats addons are working fine.
Please help...
 
11-15-09, 07:46 PM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
You need to change the font that nUI is using.

Edit the file [ Interface > AddOns > nUI > Main > localization.lua ] and change the following section...

Code:
    nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\Tw_Cen_MT_Bold.ttf";
--    nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\VeraSe.ttf";
--    nUI_L["font1"] = "Fonts\\ARIALN.TTF";

To look like this...

Code:
--  nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\Tw_Cen_MT_Bold.ttf";
--    nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\VeraSe.ttf";
      nUI_L["font1"] = "Fonts\\ARIALN.TTF";
Note the "--" in yellow... those are the parts that are changed
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
11-15-09, 09:15 PM   #3
Zaya
A Defias Bandit
Join Date: Apr 2009
Posts: 3
Thanks :-) I'll try this.
 
11-16-09, 08:51 PM   #4
Zaya
A Defias Bandit
Join Date: Apr 2009
Posts: 3
Everything is ok.

Thanks.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » The language problem


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off