2021-07-25 12:33:20 +02:00
< head >
< title > RenderD7< / title >
< / head >
2021-07-25 00:23:41 +02:00
<!-- Generated by Doxygen 1.8.17 -->
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespaceRenderD7_1_1Lang.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
< div class = "header" >
< div class = "summary" >
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
< div class = "title" > RenderD7::Lang Namespace Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > < a class = "el" href = "namespaceRenderD7_1_1Lang.html" title = "RenderD7::Lang." > RenderD7::Lang< / a > .
< a href = "namespaceRenderD7_1_1Lang.html#details" > More...< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:afb401857b70f87ca63dc8f7439b6edff" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "afb401857b70f87ca63dc8f7439b6edff" > < / a >
std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceRenderD7_1_1Lang.html#afb401857b70f87ca63dc8f7439b6edff" > getSys< / a > ()< / td > < / tr >
< tr class = "memdesc:afb401857b70f87ca63dc8f7439b6edff" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Get the 3ds System Language. < br / > < / td > < / tr >
< tr class = "separator:afb401857b70f87ca63dc8f7439b6edff" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af1f11593e77568c8147867aacf22ecf8" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceRenderD7_1_1Lang.html#af1f11593e77568c8147867aacf22ecf8" > get< / a > (const std::string & key)< / td > < / tr >
< tr class = "separator:af1f11593e77568c8147867aacf22ecf8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae37e91aefef1b5fd9be229e26ad2ec29" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceRenderD7_1_1Lang.html#ae37e91aefef1b5fd9be229e26ad2ec29" > load< / a > (const std::string & lang)< / td > < / tr >
< tr class = "separator:ae37e91aefef1b5fd9be229e26ad2ec29" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > < a class = "el" href = "namespaceRenderD7_1_1Lang.html" title = "RenderD7::Lang." > RenderD7::Lang< / a > . < / p >
< / div > < h2 class = "groupheader" > Function Documentation< / h2 >
< a id = "af1f11593e77568c8147867aacf22ecf8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af1f11593e77568c8147867aacf22ecf8" > ◆ < / a > < / span > get()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string RenderD7::Lang::get < / td >
< td > (< / td >
< td class = "paramtype" > const std::string &   < / td >
< td class = "paramname" > < em > key< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Get a translated string key: The Key so the code can find your string < / p >
< / div >
< / div >
< a id = "ae37e91aefef1b5fd9be229e26ad2ec29" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae37e91aefef1b5fd9be229e26ad2ec29" > ◆ < / a > < / span > load()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void RenderD7::Lang::load < / td >
< td > (< / td >
< td class = "paramtype" > const std::string &   < / td >
< td class = "paramname" > < em > lang< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Load the lang file from dir structure en/app.json for sample lang: the folder name en, fr, de ... . I prefer geSys() < / p >
< / div >
< / div >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
2021-07-25 12:33:20 +02:00
< head >
< title > RenderD7 2020-2021 NPI-D7< / title >
< / head >