Hi Isomorphic,
how is server side string i18n best done (e.g. builtin .ds.xml-validator error message)? I could think of two ways:
Thank you & Best regards
Blama
how is server side string i18n best done (e.g. builtin .ds.xml-validator error message)? I could think of two ways:
- Transfer technical string/stringID from server to client, have lookup to translated string on the clientside
- Transfer current language with each RPCRequest, return already localized string from the server
Thank you & Best regards
Blama
Comment