regex - Best practices for localization -
Hi there,
I'm localizing my application For some client-side verification I have some Reggae X (English) is expression. If I want to be localized for non-English, then what should be the best way to get pre-REG for all the languages selected for localization
Comments \ Suggestions appreciated
Thank you DE
Different language input will be the best route stored in external resource files you are doing. Net development, you can use resource files if you are doing Java, you can use property files.
Comments
Post a Comment