Multiple languages for CS - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Multiple languages for CS (/thread-16224.html) |
Multiple languages for CS - Damascus - 06-17-2012 I'm thinking about supporting multiple languages for my custom story, but I'm not sure how to go about it. I've searched for tutorials but haven't found anything. RE: Multiple languages for CS - Your Computer - 06-17-2012 Most likely: extra_russian.lang extra_french.lang extra_spanish.lang extra_german.lang extra_italian.lang RE: Multiple languages for CS - Damascus - 06-17-2012 Is there a way to switch language the player uses or is it set automatically by their system? RE: Multiple languages for CS - Your Computer - 06-17-2012 (06-17-2012, 07:39 AM)Damascus Wrote: Is there a way to switch language the player uses or is it set automatically by their system? The player can switch the language through the launcher, but you should be able to specify what supported language to use by default for retail editions with a full conversion. RE: Multiple languages for CS - Damascus - 06-18-2012 That seems simple enough. Thank you! |