Quote:
Originally Posted by highcoder
is there a document that contains what you're explaining?
|
Did you look at the link or anything posted by Napoleon_be? He literally gave you the entire documentation for the Multi-lingual feature.
Quote:
Originally Posted by highcoder
I want to get two %L from the language file. What should I do?
|
I believe you just repeat what you do for one %L. Alternatively, you can format them separately and then combine them afterwards with add().
Quote:
Originally Posted by highcoder
I want to make two different translations for the "[INFO] and "This is the test message." below.
Code:
client_print(0, print_chat, "[INFO] This is the test message.")
|
This question doesn't make sense. Isn't this just the entire point of using the multi-lingual functionality?
__________________