Mikroc language quiry

Thread Starter

embedtechnology

Joined Dec 25, 2015
42
mikroc compiler for 8051 does not accept regional language input. Actually I am writing codes for a moveing
massage led display driver card in which I used 89v51rd2 microcontroller. I want to write regional language's
alphabet in some comment places which should be written after double slash ( // ) My purpose is to easily
find particular character code area in the code for necessary change. Is there any way to do anything in setting
window to do my job ? I went through the tutorial but found nothing. Please help..
 

spinnaker

Joined Oct 29, 2009
7,830
You would have to write your own. Likely through #define macro definitions for the messages. You would need to recompile for each language after changing a #define nacro to set the various languages.

This is a micro after all. It is not a 64bit PC with giga bytes of memory an terabytes of harddrive space.
 
Top