Translator Box free WordPress plugin
Description
Translator Box free WordPress plugin
The next shortcode is example of the simple usage of Translation Box:
[translation_box languages=”english,russian,german,spanish,french,chinese” width=”100%” height=”200px” bgcolor=”white” txtcolor=”#000000″]
The shortcode is [translation_box]. If you use it by itself it will default to showing all the languages from the full list at the end of the section and also will have width of 100%, height of 110px, bgcolor of white and txtcolor of black.
1.The first attribute is called languages and is equal to the list of languages (for full list of supported langugages check the bottom section !) you would like to include in your translation box. Make sure you use comma for separation of different languages. 2.The second attribute is called width and it is used for setting up the width of the translation boxes. It can accept values in %, px, em, etc. . 3.The third attribute is called height and it is used for setting up the width of the translation boxes. It can accept values in %, px, em, etc. . 4.The fourth attribute is called bgcolor and it is used for setting up the CSS background color for the text box for translation. Make sure you suppliy valid CSS values for this property . 5.The fifth attribute is called txtcolor and it is used for setting up the color of the text in the text box for translation. Make sure you suppliy valid CSS values for this property .