Will Visual D support multiple languages?

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Mon Dec 19 11:26:51 PST 2016



On 19.12.2016 12:44, keito940 wrote:
> Hello. I'm Japanese D Language User. I am not good at English.
> I want to get into the main subject though it is quickly.
> Visual D,D Language Visual D IDE to Good Idea.
> ...But English Only.Could you cope with Japanese And Multiple Language
> or somehow?

Visual D is not really prepared for doing translations, most strings are 
just provided in the source code. It should not be too difficult to add 
some translation facilities to these.

As far as I remember the only user facing texts where localization is 
controlled by Visual Studio itself are the command and menu texts. There 
is a way to provide translations 
(https://msdn.microsoft.com/en-us/library/ee943168.aspx) but I'd have to 
investigate how this works with a native DLL (instead of a C# assembly).


More information about the Digitalmars-d-ide mailing list