-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
I am planning to use internationalization on bilingual servers.
I plan to use a function to return a translated string.
An example:
GetS("pt_br", "My great string number @1, @2", val1, val2)
I believe this should already exist in intllib. But I do not know if it's okay to use this out of intllib. So this can be a doubt or a suggestion.
Thank you in advance!