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

Popular posts from this blog

android - Automated my builds -

how to proxy from https to http with lighttpd -

python - Flask migration error -