I want to localize my webapp. Since localization through javascript only is not recommended I thought using php would be an alternative.
So with php I read a m
m
You use array syntax [], or dot syntax ., to access javascript object properties.
[]
.
Example:
localeObj["extTitle"]; localeObj.extTitle;
I would recommend reading something like this to get more familier with JSON.