Help on Libreoffice Localization

Hi Dear(s),

I know nothing about localization.But now,I already started a project of
libreoffice localization to our language.
I hope u will give me satisfactory answers for the following. i started
string translations on pootle(online).

1. beyond to the pootle string translation, why do i need to build and
compile the source code?
2. How can i build and compile the source code ? (the environment and the
tools to build and compile)
3. how can i finally deploy the software?

  Thank you in Advance,

libreoffice localization to our language.

What language?

1. beyond to the pootle string translation, why do i need to build and compile the source code?

To make sure that the translated strings are correct, and in the right
place.

2. How can i build and compile the source code ? (the environment and the tools to build and compile)

Follow the instructions at
https://www.libreoffice.org/about-us/source-code/
and
https://wiki.documentfoundation.org/Development/How_to_build

3. how can i finally deploy the software?

soffice, after compiling, if you want to work from the command line.

jonathon