Add option to change Language

Moderator: GZDoom Developers

Post Reply
WilliamMacau
Posts: 62
Joined: Tue Jan 05, 2016 3:03 am

Add option to change Language

Post by WilliamMacau »

Add option to change Language... baybe in the Miscellaneous menu, or the Player Setup ?
User avatar
Kinsie
Posts: 7402
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33
Contact:

Re: Add option to change Language

Post by Kinsie »

ZDoom uses your OS language by default, since that's a reasonable, sane assumption. You can change it by typing "language (three letter language code)" into the console (for example, "language enu" for US English).

Since there are currently 40 different languages technically supported (with many more likely to be possible come The Great Unicodening) there isn't really a way for the current menu system to support such a thing without making you press the left or right key like 30 times so that you can play Doom in Esperanto.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49230
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Add option to change Language

Post by Graf Zahl »

... and that's precisely the reason why there is no menu entry
User avatar
Nash
 
 
Posts: 17496
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Add option to change Language

Post by Nash »

Kinsie wrote:The Great Unicodening
I wonder how will that end up looking like for languages like Japanese, Chinese, Arabic etc? Assuming the non-standard alphabets will be vectorized (because I'm sure there's no way any artist would want to generate ten billion STCFN* variants used for the various strokes in those languages), will the UI contain a mishmash of gritty STCFN* graphics and clean, vectorized characters coexisting with each other?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49230
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Add option to change Language

Post by Graf Zahl »

The fact that the entire engine is written around bitmap fonts has so far prevented any actual planning of a transition. In practical terms it won't ever work out.
User avatar
Kinsie
Posts: 7402
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33
Contact:

Re: Add option to change Language

Post by Kinsie »

Nash wrote:
Kinsie wrote:The Great Unicodening
I wonder how will that end up looking like for languages like Japanese, Chinese, Arabic etc? Assuming the non-standard alphabets will be vectorized (because I'm sure there's no way any artist would want to generate ten billion STCFN* variants used for the various strokes in those languages), will the UI contain a mishmash of gritty STCFN* graphics and clean, vectorized characters coexisting with each other?
Graf Zahl wrote:The fact that the entire engine is written around bitmap fonts has so far prevented any actual planning of a transition. In practical terms it won't ever work out.
A while back, two of the JPCP devs (Tooooasty and Nanka Kurashiki) made an experimental WAD that abused a custom-made smallfont and a custom LANGUAGE definition to implement what I think is a chunk of Katakana into ZDoom. The pixel-art Japanese symbols made for this could possibly be used as the start of a JP language smallfont, should the authors allow it (Go through TerminusEst13, he can handle the language barrier).
User avatar
PlayerLin
Posts: 585
Joined: Sun Nov 11, 2007 4:20 am
Graphics Processor: nVidia with Vulkan support
Location: XinZhuang, XinBei/New Taipei City(Former Taipei County), Taiwan.
Contact:

Re: Add option to change Language

Post by PlayerLin »

Kinsie wrote:A while back, two of the JPCP devs (Tooooasty and Nanka Kurashiki) made an experimental WAD that abused a custom-made smallfont and a custom LANGUAGE definition to implement what I think is a chunk of Katakana into ZDoom. The pixel-art Japanese symbols made for this could possibly be used as the start of a JP language smallfont, should the authors allow it (Go through TerminusEst13, he can handle the language barrier).
I check the wad and wow, that's serious hacky thing I even see. :p
I can read its readme file...just too lazy to translate it...

Also, only Katakana characters, no hiragana(Okurigana, the way Japanese using their language), not even Kanji(based on Chinese, also huge amount of characters too) at all, the language just too complicated for DooM engine's bitmaps-based menu/system.

I don't think any developer(s) would bother with that kind of implements...even with proper unicode chatacters > its own pixel-arts would be better, but the problem is the pixel-arts itself I guess... unless the engine can render characters with system's own font(s) or something... :3:
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”