localization - Make methods with name in english but call them in spanish in c# project? -
i making c# project client , class have methods signature in english, connect
, disconnect
, rebuild
, etc. client, in application manage in spanish. can library project maintain method names in english allowing client call methods in spanish? conectar
, desconectar
, recompilar
? maybe decoration on method or that?
bluntly put: no. last resort write wrapper around class method names in spanish, calling english variants internally, wouldn't.
personally, think connect / disconnect / rebuild common programming terms every programmer should familiar with, whatever language he/she speaks.
Comments
Post a Comment