CppCMS
Main Page
Related Pages
Modules
Namespaces
Classes
Files
CppCMS - C++ Web Development Framework
Examples
Localizing CppCMS Applications
localization/config.js Configuration File
{
"service"
: {
"api"
:
"http"
,
"port"
: 8080
},
"http"
: {
"script"
:
"/hello"
},
"localization"
: {
"messages"
: {
"paths"
: [
"./locale"
],
"domains"
: [
"hello"
]
},
"locales"
: [
"he_IL.UTF-8"
,
"en_US.UTF-8"
]
}
}
Generated on Sun Dec 3 2017 22:47:16 for CppCMS by
1.8.11